Skip to content

buekay/fighter-game

Repository files navigation

Fighter Game

Local development workspace for the 2D fighter game.

Requirements

  • Node.js 24
  • pnpm 11

Install

pnpm install

Dependencies are installed in this workspace. The local pnpm store is ignored by git at .pnpm-store/.

Run Locally

Run the game frontend:

pnpm dev

Open:

http://localhost:5173/

The root start and dev package scripts call ./start-app.sh, which runs @workspace/flight-sim.

Verify

Run the focused rule tests:

pnpm test

Run type checking:

pnpm run typecheck

Run the production build:

pnpm run build

Workspace Map

  • artifacts/flight-sim - React/Vite canvas game app

Deployment Notes

The game production build is written to:

artifacts/flight-sim/dist/public

Cleanup

Remove installed dependencies and the local pnpm store:

rm -rf node_modules .pnpm-store

About

Fighter Game

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages