/Tile_Puzzle

Simple sliding tile puzzle game written with PyGame

Primary LanguagePython

Tile_Puzzle

Tile Puzzle is a simple puzzle game written with PyGame.

Sort all numbers according to their value and leave the bottom right field blank to win.

Tiles can be moved with the arrow key's or WASD.

Puzzle of Size 4x4

ingame image

Victory screen

ingame image

Features

  • puzzle game for different field sizes
  • creates only solvable puzzles! :)
  • menu to play and exit the game
  • linear animation for moving tiles around
  • random color theme after number of tiles at their final position changed
  • tremble animation when trying to move a not existing tile
  • solved animation
  • separate highscorelist for every puzzle size ;)

TODO

  • audio after moving a tile and winning
  • Scoreboard: show at bottom left a little box with current ranking value