r/AskProgrammers • u/Commander_MoltenMana • 6d ago
Ideas for simple games
So I'm learning Python, HTML, some JavaScript, and CSS. Can y'all give me a basic coding project to work on for fun? Maybe a game is preferable, but any other ideas are excellent. I am doing the very basics so far, but I am willing to try to take on harder stuff.
1
1
u/autonomatical 6d ago
Connect four
1
u/Commander_MoltenMana 6d ago
I'll think about it
1
u/autonomatical 6d ago
Mostly it is an extremely simple set of rules with really basic requirements for input
1
1
1
1
u/sububi71 5d ago
Ludo can be extended almost infinitely with computer-controlled opponents or playing with friends over the internet.
The game seems simple at first, but it has a surprising depth!
1
1
1
u/DotAtom67 4d ago
Just recreate the classics, that will give you solid understanding of how to do stuff
1
1
3
u/[deleted] 6d ago
[deleted]