Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 502 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 502 Bytes

8_Puzzle_game_C

Puzzle with max 25 pieces character.

Sliding puzzle game.

For compilation do:

cd 8_Puzzle_game_C
mkdir build
make
make run

Some future improvement can be:

  • Better graphics (no frequent blinking puzzle).
  • Adding a AI puzzle solving capability (eg. A* algorithm, Breadth first search tree algrithm ,Minimax algorithm etc.).
  • Making code shorter and faster.
  • Some sounds while playing would be nice.
  • Adding stop watch and highscore record.