The results of a 1-hour coding challenge to recreate the mobile game Threes in the browser using Typescript and Booyah.
This dependency has Git submodules, so either clone with git clone --recurse-submodules
or run git submodule update --init
after cloning.
Install dependencies with yarn
Build and watch using yarn start
Create release version using yarn dist