A web-based mini game built with Scaffold-ETH 2.
Latest version is here. Deployed on Sepolia Testnet.
Protect your precious croissants from the invading mouches (flies)! Click or tap the screen to swat them away.
- Click/Tap: Swat flies
- Special: Unlock the Golden Swatter NFT for enhanced swatting power!
Before you begin, ensure you have the following installed:
- Node.js (>= v18.18)
- Yarn (v1 or v2+)
- Git
For detailed environment setup, follow the Scaffold-ETH 2 Documentation.
-
Clone the repository
git clone https://github.com/SotoAlt/smack-mouch-nextjs-main.git cd smack-mouch-nextjs-main
-
Install dependencies
yarn install
-
Start the development server
yarn start
Contributions are always welcome! Here's how you can help:
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
Please make sure to:
- Open an issue first to discuss proposed changes
- Follow the existing code style
- Update documentation as needed
- Use the provided PR template for your pull request
Found a bug? Please use our bug report template when creating an issue and include:
- Detailed description of the issue
- Steps to reproduce
- Expected behavior
- Screenshots (if applicable)
This project is licensed under the MIT License - see the LICENSE file for details.
Built with ❤️ using Scaffold-ETH 2