https://kotlinlang.org logo
#korge
Title
# korge
d

Deactivated User

07/25/2020, 5:43 PM
Hey guys, just did a webinar about making a connect-four in Spanish. But before that I did the same locally in English. How to make a testable Connect-4 in Kotlin and KorGE:

https://www.youtube.com/watch?v=F2UmKH0L-6A

a

andylamax

07/26/2020, 10:59 AM
Super nice tutorial . . . I personally liked your TDD approach . . . I never though of using the TODO function like that. Super nice tutorial, the sound quality was superb, your explanation was way forward. Very understandable
🙏 1
👍 1
The tutorial also made me realize, I need more insight in the
animate
, the
context2d
and
tween
methods. Can the next tutorial take a deep dive at these with examples?
d

Deactivated User

07/27/2020, 12:33 AM
Okay, I will try to make a tutorial or something explaining more details on that
r

RezMike

07/27/2020, 1:14 AM
@Nico maybe you can help with tutorials 👆
n

Nico

07/27/2020, 5:58 AM
Everything already on the list. :)
👌 2
a

andylamax

07/27/2020, 7:33 AM
Can't wait
👍 1
r

Rishav Sharan

07/27/2020, 6:26 PM
love the TDD approach as well. I have never tried to code a game like that