Funny Game to Play in the Browser
10 months ago
- #docker
- #game-development
- #github-pages
- Game with cursor available for free at https://commjoen.github.io/generated-game-experiment/
- Install dependencies with `npm install`
- Start development server with `npm run dev`
- Build project with `npm run build`
- Preview production build with `npm run preview`
- Docker commands for building and running the game container
- Project specification in `.cursor/rules/project-spec.md`
- Conversation transcript in `.cursor/rules/conversation.md`
- Automatic deployment to GitHub Pages on push to main branch
- Vite config uses `VITE_BASE_PATH` for asset paths
- Manual deployment by pushing to main branch