A clone of Block Blast - a fun puzzle game where you place blocks on the grid to fill rows and columns.
- Classic block placement gameplay
- Multiple game modes (Classic and 99)
- Combo system for consecutive clears
- Lives system
- High score tracking
- Dark/light mode support
- Mobile-friendly with touch controls and joysticks
This project is automatically deployed to GitHub Pages. Every push to the main branch triggers a build and deployment.
- Push this code to your GitHub repository
- Go to your repository settings
- Scroll down to the "Pages" section
- Under "Build and deployment", set:
- Source: "GitHub Actions"
- Branch: "main", "/ (root)"
- The site will be published automatically after the next push to
main
Note: You must configure GitHub Pages in your repository settings before the first deployment will succeed.
The site will be available at: https://yourusername.github.io/repository-name
To build the project locally:
# Install dependencies
npm install
# Build Tailwind CSS
npm run build
# Create the single HTML file with embedded resources
python build.pyThe built file will be available in the dist/index.html and can be opened directly in a browser.
Feel free to submit issues and enhancement requests!