This is a chess game you can play in the terminal. It's a small python project which I started for 1GAM Galway and will be working on casually in my spare time. Tested using gnome-terminal on Linux (Arch & Ubuntu).
Lot's of work still left to do before it's playable. So far it's only 2 player hotseat and only the Pawn pieces are someway coded!
- Open your terminal and navigate to a folder you want to store your game in.
- Download it from github.
- Move into the project directory.
- Give executable permissions to app.py with
chmod +x ./command-line-chess/app.py
- Run app.pyin the project folder and enjoy.
Here are the commands:
git clone https://github.com/darrenkearney/command-line-chess
cd command-line-chess
chmod +x ./app.py
./app.py
Future goals would be:
- 1. Make a full game of chess possible with basic movesets (and a bit of trust from the player!)
- 2. Enforce all standard chess rules.
- 3. To integrate an open source AI chess engine as an include/dependancy.
Your (constructive) feedback is quite welcome!