Memory Game in Python with SimpleGui

Memory game is one of those early programming challenges you think is easy but is a little more challenging.  When you get the instructions, you think that it is not worth it. But bit by bit, you start to code and things start making more sense and your start realizing why you enjoy programming games.

Pong is actually the game that I am most happen with so far. However, memory game allows me to use the mouse in gaming so this is cool...

This is one of my early versions of the game. Considering that I stopped making games in SimpleGui for a few weeks, I am happy that I can get back into it. It the background, I print out code info. This is just for game control.

Obviously, my code doesn't 100% follow the logic of the Rice professors, but it gets the job done so I am happy.

Once again, there is no sound with the video.


Comments

Popular posts from this blog

Space Wars- Python 3

Maze Game in Python using Turtle