Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 971 Bytes

README.md

File metadata and controls

48 lines (33 loc) · 971 Bytes

grid-game

This is a small turn-based game written in Vue and using XState for its state machines. Each team has a few characters they can move around the grid and perform certain actions. It's reminiscent of tactics games like Famicom Wars or Fire Emblem.

Ideas

  • Add stamina to entities
  • Add command points to player turns (limits number of units used)
  • Add deployment at beginning of game
  • Daily puzzle
  • Stamina used to auto dodge
  • Stamina used to move or attack
  • Tiers/puzzles based on command points
  • Prizes higher in higher puzzles

Customize configuration

See Vite Configuration Reference.

Project Setup

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Type-Check, Compile and Minify for Production

pnpm build

Run Unit Tests with Vitest

pnpm test:unit

Lint with ESLint

pnpm lint