Skip to content

gauravnegigit/Python---Flipping-tiles-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

PYTHON FLIPPING TILES GAME

Flipping tiles game can be played to test our memory. In this, we have a certain even number of tiles, in which each number/figure has a pair. The tiles are facing downwards, and we have to flip them to see them. In a turn, one flips 2 tiles, if the tiles match then they are removed. If not then they are flipped and placed back in the position. We keep on doing this until all the tiles have been matched and removed.

Pygame module

Here is the documentation for the afforementioned module https://www.pygame.org/docs

Reference

Blog that did a great job of explaining the basics of module : https://www.upgrad.com/blog/pygame-tutorial-for-beginners/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages