A simple Phaser 3 game template for game jams.
Built with Vite, TypeScript, and Phaser 3.
This template provides a basic character movement system with two animations:
- Idle (when standing still)
- Walking (when moving left or right)
- 2D character movement
- Walk & idle animations
- Basic physics
- Fullscreen scaling
npm installnpm run dev