Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.