This is the repository for a functional chess implementation done in elm for the course Functional Programming. You can download and run it in your browser, or play it at heroku
Creator: Francisco Depascuali - francisco.depascuali@gmail.com
Run the following commands:
git clone git@github.com:FranDepascuali/FunctionalChess.git
cd FunctionalChess/
./run.sh
If any of the previous commands fail please submit an issue
make.sh: Compiles chess
run.sh: Compiles & run chess
There is a written report(spanish) of the game on the docs folder
I was heavily inspired by this elm2048 implementation.