/fox-loves-stars

Get stars and avoid bombs! Simple 2d casual game.

Primary LanguageTypeScript

Fox Loves Stars

Try it at: http://foxlovesstars.coastlineexpat.com/ or https://se468.itch.io/fox-loves-stars

Steps:

yarn install
yarn dev

Lint:

tslint --project ./tsconfig.json

or autofix:
tslint --fix --project ./tsconfig.json
yarn lint

Create IOS (Capacitor):

npx cap add ios
npx cap sync