UI is built with SvelteJS and tests are run with Vitest.
# Install dependencies
npm i
# Develop UI
npm run dev
# Test game state logic
npm run test
Most of these files are boilerplate. Focus on App.svelte
and gameState.js
, that's the code I wrote.