Awesome
<table> <tr> <td><img width="60" src="https://cdnjs.cloudflare.com/ajax/libs/octicons/8.5.0/svg/book.svg" alt="publication" /></td> <td><strong>Archived Repository</strong><br /> The code of this repository was written to illustrate the blog post <a href="https://marmelab.com/blog/2018/04/09/enjoy-painless-typing-with-reason.html">Enjoy Painless Typing With ReasonML!</a><br /> <strong>This code is not intended to be used in production, and is not maintained.</strong> </td> </tr> </table>Reversi Reason
Reversi Reason is a reversi game into the browser (demo). It has been build with Reason Language for learning and fun essentially.
Installation
make install
Development
make start
Test
make test
Contributing
- 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
Contributors
- jdemangeon Julien Demangeon - creator, maintainer