Skip to content

albertlast/GameLifeCounter

Repository files navigation

GameLifeCounter

Is a basic life counter for games, it can handle two persons at the same time.

App

Keeping holding the - or + area to jump 10 steps

You can use the setting menu to switch to fullscreen. When android with chromebase browser is used, you can also disable the screensaver (enable wakelock).

Support pwa -> can be installed locally on supported devices.

App

Requirments

Only a webserver to delifer the js files is needed, the website runs full on client side.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit