/blocks

A falling blocks game

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Blocks

A falling blocks game, inspired by Tetris. Intended only as a demonstration of ReactJS and Cordova development.

https://jacobweber.com/blocks/

logo

To run the web app:

yarn
yarn run start

Can be played on iOS or Android by loading the URL above, and adding it to the home screen.

To build native iOS or Android apps, first create a file cordova/build.json with the appropriate iOS or Android settings.

Then run either:

yarn run ios
yarn run android