'Reversi' Tutorial for Board Game Arena using Svelte+Vite+TypeScript for frontend
Backend content is similar to tutorial at https://en.boardgamearena.com/doc/tutorial_reversi.
Frontend content uses a minimalist root code and all the frontend app is developed as Svelte components.
The Svelte components are packaged into a single AMD module using Vite.
Run npm run build
to build all things into an output folder named remote
and ready to be uploaded to BGA.
Run npm run dev
to launch a local Svelte app that uses the game frontend components.