Play the original game here: http://itistheegg.com/
cd game
git clone https://github.com/danieljharvey/reason-egg
cd reason-egg
yarn install
cd game
yarn build:web:watch
Then open index.html
in browser.
cd game
yarn build
yarn start
cd game
yarn build:native
yarn start:native