This is a collection of games to help players use a mouse/trackpad. Each game can be customized via URL parameters. You can try the demo or read the docs
This site is built with Nuxt and available under the MIT License. You are free to use/modify it as you see fit as long as you follow the license requirements.
Make sure to install the dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn installStart the development server on http://localhost:3000:
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn devBuild the application for production:
# npm
npm run build
# pnpm
pnpm run build
# yarn
yarn buildLocally preview production build:
# npm
npm run preview
# pnpm
pnpm run preview
# yarn
yarn previewCheck out the deployment documentation for more information.