Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/honza/roguelike-chess
https://github.com/honza/roguelike-chess
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/honza/roguelike-chess
- Owner: honza
- License: gpl-3.0
- Created: 2013-05-03T15:28:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-05T22:16:07.000Z (over 11 years ago)
- Last Synced: 2024-04-16T01:44:56.095Z (7 months ago)
- Language: Python
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
roguelike chess
===============Roguelike chess is a simple UCI interface that enables you to play chess in the
terminal using ASCII characters. I have been testing with the amazing
[Stockfish][1] engine but any UCI compliant engine should work.Install
-------$ git clone [email protected]:honza/roguelike-chess.git
$ cd rogulelike-chess
$ git clone [email protected]:mcostalba/Stockfish.git
$ cd Stockfish/src
$ make profile-build ARCH=x86-64
$ cd ../../
$ cp Stockfish/src/stockfish sf
$ virtualenv venv
$ source virtualenv
$ (venv) git clone [email protected]:niklasf/python-chess.git
$ (venv) cd python-chess
$ (venv) python setup.py develop
$ (venv) cd ..
$ (venv) python run.pyScreenshot
----------![chess](http://i.imgur.com/GTDrF89.png)
Options
--------s, --skill Engine skill: 1-20; Default: 1
-t, --time Time per player in minutes; Default 5Caveats & TODO
--------------You can only play as white. There is no way to replay or store the game.
License
-------GPLv3
[1]: http://stockfishchess.org/