Skip to content

JaryJay/chess-roguelike

Repository files navigation

Chess Roguelike

chess.roguelike.demo.mov

Running

To run the ai, run the following commands:

cd ai
pip install -r requirements.txt
python main.py

Optionally, you can specify the config and pieces paths:

python main.py --config-path ../custom_config.json --pieces-path ../custom_pieces.json

Tip

If any of these commands don't work, e.g. you get a "command not found: pip" error, try using pip3 and python3 instead of pip and python, respectively.

About

A chess-inspired roguelike. yay

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors