Ecosyste.ms: Awesome

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

https://github.com/denis-ok/reasonml-reatris

Simple implementation of classic tetris game using Reason and ReasonReact
https://github.com/denis-ok/reasonml-reatris

reason reason-react reasonml reasonreact tetris

Last synced: about 1 month ago
JSON representation

Simple implementation of classic tetris game using Reason and ReasonReact

Lists

README

        

[![Build Status](https://travis-ci.org/denis-ok/reasonml-reatris.svg?branch=master)](https://travis-ci.org/denis-ok/reasonml-reatris)
[![Coverage Status](https://coveralls.io/repos/github/denis-ok/reasonml-reatris/badge.svg?branch=master)](https://coveralls.io/github/denis-ok/reasonml-reatris?branch=master)

# REATRIS

##### Touching and using awesome programming language [Reason ML](https://reasonml.github.io/) with [ReasonReact](https://reasonml.github.io/reason-react/). This is attempt to recreate classic tetris game in free time.

#### [Online demo](https://reasonml-reatris.now.sh/)

To develop and start game locally:
`npm install`
then
`npm start`