Skip to content

SotoAlt/smack-mouch-nextjs-main

Repository files navigation

๐Ÿชฐ SMACK MOUCH

A web-based mini game built with Scaffold-ETH 2.

Latest version is here. Deployed on Monad Testnet.

๐ŸŽฎ Game Overview

Protect your precious croissants from the invading mouches (flies)! Click or tap the screen to swat them away.

Controls

  • Click/Tap: Swat flies
  • Special: Unlock the Golden Swatter NFT for enhanced swatting power!

๐Ÿš€ Getting Started

Prerequisites

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.

Installation

  1. Clone the repository

    git clone https://github.com/SotoAlt/smack-mouch-nextjs-main.git
    cd smack-mouch-nextjs-main
  2. Install dependencies

    yarn install
  3. Start the development server

    yarn start

๐Ÿค Contributing

Contributions are always welcome! Here's how you can help:

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. 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

๐Ÿ› Bug Reports

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)

๐Ÿ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.


Built with โค๏ธ using Scaffold-ETH 2