I just programmed my first python terminal game. I like to learn, and I hope I continue learning new interesting things the rest of my life. This is the start of my journey.
Here it is! Is a game based on "CONNECT4".
I just programmed my first python terminal game. I like to learn, and I hope I continue learning new interesting things the rest of my life. This is the start of my journey.
Here it is! Is a game based on "CONNECT4".
For further actions, you may consider blocking this person and/or reporting abuse
Duc Nguyen Thanh -
0x3d Site -
Ryan Bishop -
TAMWA KAMGA KAMGA BRANDON -
Top comments (3)
Really good game! Some suggestions:
,
to print without the
[
and]
s, useprint("".join(row))
to join all of the characters into a single string.Congrats on making your first terminal game! 😀
Thank you for your suggestions! I will consider them for future projects (and refactoring the current code if I have some time)
No problem :)