Skip to content

Sai-Nandan-Desetti/15-Puzzle

Repository files navigation

15-Puzzle

Play the 15 Puzzle game!

How to play?

To play the game, run the main.exe file (on Windows)

.\main.exe
  • The board is initialized to a random, solvable state.
  • Once you see the board, you can enter any of the following valid commands to play the game:
    • w: up
    • a: left
    • s: down
    • d: right
    • q: quit

Docs

To view documentation of the code, see this repo's website.

Reference

  • This code is written as a project as described here.