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: 22 days ago
JSON representation
Simple implementation of classic tetris game using Reason and ReasonReact
- Host: GitHub
- URL: https://github.com/denis-ok/reasonml-reatris
- Owner: denis-ok
- Created: 2018-09-03T18:02:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:35:21.000Z (about 2 years ago)
- Last Synced: 2024-10-15T02:33:47.724Z (3 months ago)
- Topics: reason, reason-react, reasonml, reasonreact, tetris
- Language: Reason
- Homepage: https://reasonml-reatris.now.sh
- Size: 3.78 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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`