Skip to content

This is a tile flipping game written using Python's very own tkinter module!

Notifications You must be signed in to change notification settings

Chahat08/tkinter_tile_flipping_game

Repository files navigation

FLIP! - a tkinter game

tkinter_tile_flipping_game

This is a tile flipping game written using Python's very own tkinter module!

INSTRUCTIONS:

  • When you click on a tile, it will be upturned and you will be able to see its colour.
  • You now have to find another tile with the same colour. When you click another tile, its colour will also be shown to you.
  • If the colour of both these tiles matches, then good, you now have 2 upturned tiles.
  • But, if the colour of the second tile does not match that of the first tile, then both tiles will be turned back again.
  • Your goal is to upturn all the tiles in the minimum number of clicks.
  • Both, clicking on the same tile, and clicking on another tile, count as a click. Only the tiles which have been matched and upturned are unclickable.
  • The number of clicks are shown in the panel below the game board.
  • Click the "NEW GAME" button to shuffle the tiles and start a new game.

Screencap of a game play

screenshot

Screencap of when the game ends

screenshot

About

This is a tile flipping game written using Python's very own tkinter module!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages