
A quick & simple single-player CLI (command-line interface) chess puzzle game where you use a lone knight to clear the level of enemy pawns before they reach the 8th row of the board.
Each level takes less than a minute! Clear all 15 levels to complete the game.
To play, open this folder in the terminal and input the command:
python3 game.py



If you would like to create your own levels, you can input the starting positions of the pawns and the knight's starting position into solver.py to check if the level is solvable. If there is no solution output, the level is not solvable.
Input the command:
python3 solver.py
You'll need to have Python 3 installed in your machine.
Logo generated with miniwi font from patorjk.com
28 commits
1 commits
Python
100.0%

A quick & simple single-player CLI (command-line interface) chess puzzle game where you use a lone knight to clear the level of enemy pawns before they reach the 8th row of the board.
Each level takes less than a minute! Clear all 15 levels to complete the game.
To play, open this folder in the terminal and input the command:
python3 game.py



If you would like to create your own levels, you can input the starting positions of the pawns and the knight's starting position into solver.py to check if the level is solvable. If there is no solution output, the level is not solvable.
Input the command:
python3 solver.py
You'll need to have Python 3 installed in your machine.
Logo generated with miniwi font from patorjk.com
28 commits
1 commits
Python
100.0%