Hey guys, just did a webinar about making a connec...
# korge
d
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
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
Okay, I will try to make a tutorial or something explaining more details on that
r
@Nico maybe you can help with tutorials 👆
n
Everything already on the list. :)
👌 2
a
Can't wait
👍 1
r
love the TDD approach as well. I have never tried to code a game like that