A 2D game built with PixiJS and TypeScript.
- Install dependencies:
npm install- Start the development server:
npm startThe game will be available at http://localhost:5173
To build the game for production:
npm run buildThe built files will be in the dist directory.
The main game logic is in src/game.ts. The game uses:
- PixiJS for rendering
- TypeScript for type safety
- Vite for building and development server
MIT