Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 825 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 825 Bytes

volte_face

An web implementation of the volte-face game with svelte. (Vercel)

Online

This project is online thanks to the vercel service, so you can visit it by clicking here!

screenshot

Rules

  • 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.

Features

  • Human vs human
  • Human vs bot (several levels of difficulty)
  • Settings
  • Several themes
  • Sounds

Usage

Requirements

  • node 16.3.0
  • npm 7.15.1
npm install
npm run dev