This Project is made by "MrTarik2112" (https://github.com/MrTarik2112)
itch.io site "https://mrtarik2112.itch.io/ttg"
A fun and engaging clicker game built with Python and Pygame where players can experience the joy of touching grass virtually!
Touch The Grass is a casual clicker game where players can click on grass to earn points and unlock various upgrades. The game features a simple yet addictive gameplay mechanic with satisfying sound effects and visual feedback.
- Simple and intuitive clicking gameplay
- Custom pixel art graphics
- Sound effects for enhanced user experience
- Progress saving system
- Multiple upgrade options
- Clean and modern UI design
- Go to the latest release page
- Download the executable file for your platform
- Run the game directly - no installation needed!
- Clone this repository:
git clone https://github.com/MrTarik2112/Touch-The-Grass-TTG.git- Create and activate a virtual environment (recommended):
python -m venv .venv
.venv\Scripts\activate # On Windows- Install the required dependencies:
pip install pygame- Run the game:
python Main/game/__main__.pyTo create your own executable (You can do it but in main releases it is compiled.)):
- Install PyInstaller:
pip install pyinstaller- Run the build script:
python Main/game/build_exe.py- Choose your preferred build type:
- Single file (creates one executable)
- Directory (creates a folder with all dependencies)
The executable will be created in the dist folder.
- Click on the grass to earn points
- Use your points to purchase upgrades
- Keep clicking and upgrading to reach higher scores
- Your progress is automatically saved
- Python 3.1 or higher (if running from source)
- Pygame library (if running from source)
- Windows OS (for executable version)
Touch-The-Grass-TTG/
├── Main/
│ ├── assets/
│ │ ├── fonts/
│ │ ├── images/
│ │ └── sounds/
│ ├── game/
│ │ ├── __main__.py
│ │ ├── game.py
│ │ ├── game_loop.py
│ │ └── ...
│ └── save_data.json
└── README.md
This project is licensed under the MIT License - see the LICENSE file for details.
- Game Development: MrTarik2112
- Graphics: Custom pixel art
- Sound Effects: Custom audio files
- GitHub: @MrTarik2112
-
Save Feature Doesn't works on linux for now but i will fix it.
-
BugFix Will Happen every 21th or 22th day of every month.