Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/marmelab/reversi-reason

:dromedary_camel: ReasonML implementation of Reversi Game
https://github.com/marmelab/reversi-reason

game publication

Last synced: 2 months ago
JSON representation

:dromedary_camel: ReasonML implementation of Reversi Game

Lists

README

        


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](https://marmelab.com/reversi-reason/)).
It has been build with Reason Language for learning and fun essentially.

![reversi-reason](https://github.com/marmelab/reversi-reason/blob/master/reversi-reason.gif)

## Installation

```sh
make install
```

## Development

```sh
make start
```

## Test

```sh
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](https://github.com/jdemangeon) Julien Demangeon - creator, maintainer