Skip to content

ManishPoudel/8_Puzzle_game_C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Sliding puzzle game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published