Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

marmelab/reversi-reason

Repository files navigation

publication 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

Reversi Reason is a reversi game into the browser (demo). It has been build with Reason Language for learning and fun essentially.

reversi-reason

Installation

make install

Development

make start

Test

make test

Contributing

  1. Fork it ( https://github.com/marmelab/reversi-reason/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • jdemangeon Julien Demangeon - creator, maintainer