Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 471 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 471 Bytes

Threes built in Booyah

The results of a 1-hour coding challenge to recreate the mobile game Threes in the browser using Typescript and Booyah.

Development

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

Release

Create release version using yarn dist