Archived Repository The code of this repository was written to illustrate the blog post Enjoy Painless Typing With ReasonML! This code is not intended to be used in production, and is not maintained. |
Reversi Reason is a reversi game into the browser (demo). It has been build with Reason Language for learning and fun essentially.
make install
make start
make test
- Fork it ( https://github.com/marmelab/reversi-reason/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
- jdemangeon Julien Demangeon - creator, maintainer