Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nullobject/tetris
A clone of the popular game Tetris.
https://github.com/nullobject/tetris
functional-programming game javascript reactive-programming tetris
Last synced: about 2 months ago
JSON representation
A clone of the popular game Tetris.
- Host: GitHub
- URL: https://github.com/nullobject/tetris
- Owner: nullobject
- Created: 2017-12-18T10:47:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-25T05:51:59.000Z (over 5 years ago)
- Last Synced: 2024-11-25T16:25:10.172Z (about 2 months ago)
- Topics: functional-programming, game, javascript, reactive-programming, tetris
- Language: JavaScript
- Homepage: https://tetris.joshbassett.info
- Size: 2.75 MB
- Stars: 101
- Watchers: 3
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tetris
[![Build Status](https://travis-ci.org/nullobject/tetris.svg?branch=master)](https://travis-ci.org/nullobject/tetris)
This is an implementation of the popular game Tetris.
It is written as a reactive JavaScript application using [FKit](https://github.com/nullobject/fkit) and [Bulb](https://github.com/nullobject/bulb).
## Development
To start a development server:
> make start
To run the tests:
> make test
To deploy the app:
> make deploy
## Licence
This implementation of Tetris is licensed under the MIT licence. See the
[LICENCE](https://github.com/nullobject/tetris/blob/master/LICENCE.md) file for
more details.