Classic Minesweeper created with PixiJS. Play the game here!
Now with PixiV8 and WebGPU support.
This repository is for demonstration purposes only. Firebase API config in this sourcecode is deployed to the publicly visible front-end code and not a secret, but it will not work for you locally or when deployed to other domains.
npm installnpm start- Start the development server with modern settings (alias fornpm run serve-modern)npm run serve- Start webpack development servernpm run serve-modern- Start development server with modern browser optimizationsnpm run serve-prod- Start development server in production mode
npm run build- Build the project for production (optimized bundle)npm run build-dev- Build the project in development mode (unoptimized)
npm test- Run the test suitenpm run test-watch- Run tests in watch mode (automatically re-runs on file changes)
npm run lint- Check code for linting errors using ESLintnpm run lint:fix- Automatically fix linting errors where possiblenpm run prettier- Check TypeScript source files formattingnpm run prettier:fix- Format TypeScript source files
When running the development server, the application will be available at:
- URL:
http://localhost:3000 - The server runs on all network interfaces (
0.0.0.0), making it accessible from other devices on your local network
Production builds are output to the build/ directory and include:
- Optimized JavaScript bundle
- Source maps for debugging
- All static assets from the
static/folder - Generated
index.html
- PixiJS - WebGL rendering engine
- TypeScript - Type-safe JavaScript
- Webpack - Module bundler and development server
- Jest - Testing framework
- Spine - 2D skeletal animation
- Tone.js - Web Audio framework for interactive music and sound