An web implementation of the volte-face game with svelte. (Vercel)
This project is online thanks to the vercel service, so you can visit it by clicking here!
- The two players take turns placing a pawn on the board.
- To place a pawn, it must capture at least one opposing pawn by encircling it.
- If a player cannot play, he skips his turn.
- If no player can play, the game ends.
- Human vs human
- Human vs bot (several levels of difficulty)
- Settings
- Several themes
- Sounds
- node 16.3.0
- npm 7.15.1
npm install
npm run dev