Go board game
https://repl.it/@op/Go
Play the ancient game of Go with Python turtle interactivity! 🤓
Please give this a go, it took me hours 😂.
@op: Pun intended? ;)
@timmy-chen: Haha very nice, I didn't even realise!
I love this! This is fantastic and super creative - I didn't even know this kind of interactivity was possible with turtle!
@timmy-chen: Thanks! That really means a lot!
hey I'm just wondering how you were able to use the python canvas - I've been trying to but can't figure it out.
@paulgaffaney: There is a separate programming language in repl.it called "Python (with turtle)" very useful I find.
So cool and the code is simple and readable! But I'm getting an error when I'm hitting the edges
@amjad-masad: Ahh! OK, I'll fix that!
@amjad-masad: Fixed! took me long enough, lmk if this now works, also, now working on minesweeper, somewhat more difficult but uses a lot of similar aspects.
it would be cool to see the game explained first
Great piece of code