Play the 15 Puzzle game!
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
: upa
: lefts
: downd
: rightq
: quit
To view documentation of the code, see this repo's website.
- This code is written as a project as described here.