Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 653 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 653 Bytes

Tetris

Build Status

This is an implementation of the popular game Tetris.

It is written as a reactive JavaScript application using FKit and 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 file for more details.