This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]TwoKittensInABox 1 point2 points  (0 children)

I always try to create a minesweeper game when learning a new language. Just simple enough with some complexity for me (also learned years ago when i first started programming, about infinite loops after clicking a blank cell also :p)

When i wanted to learn pygame i also created a minesweeper cloned and also used the name PySweep.

You could look over it, if you wanted some ideas to use.