An interactive Rock Paper Scissors battle simulator with multiple variations, built with Next.js and React.
- Real-time battle simulation with moving items
- Multiple game variations (Classic, Elemental, Space, etc.)
- Rock-Paper-Scissors-Lizard-Spock and Rock-Paper-Scissors-Well variations
- Dynamic collision detection and transformation
- Population tracking
- Battle history
- Sound effects
- PWA support for offline play
- Responsive design
- Dark theme
- Multiple language support (English and Ukrainian)
- Clone the repository
- Install dependencies:
npm install - Run the development server:
npm run dev - Open http://localhost:3000 in your browser
This project is configured for GitHub Pages deployment. Push to the main branch to trigger automatic deployment.
MIT