Ecosyste.ms: Awesome

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

https://github.com/scottcheng/si-reason

3D connect four written in Reason
https://github.com/scottcheng/si-reason

Last synced: about 1 month ago
JSON representation

3D connect four written in Reason

Lists

README

        

# Si

Play with it [here](https://scottcheng.github.io/si-reason/)!

## Development

The project is built with [Reason](https://reasonml.github.io/) and [ReasonReact](https://reasonml.github.io/reason-react/).

To build and run this project:

```
npm install
npm start

# In another tab
cd public && http-server
```

## License

MIT