Skip to content

Quantum-Wave-Studios/Touch-The-Grass-TTG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


This Project is made by "MrTarik2112" (https://github.com/MrTarik2112)

Quantum Wave Studios is owned by "MrTarik2112".

Touch The Grass (TTG)

A fun and engaging clicker game built with Python and Pygame where players can experience the joy of touching grass virtually!

📝 Description

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.

🎮 Features

  • 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

🚀 Installation

Method 1: Download the Executable

  1. Go to the latest release page
  2. Download the executable file for your platform
  3. Run the game directly - no installation needed!

Method 2: Run from Source

  1. Clone this repository:
git clone https://github.com/MrTarik2112/Touch-The-Grass-TTG.git
  1. Create and activate a virtual environment (recommended):
python -m venv .venv
.venv\Scripts\activate  # On Windows
  1. Install the required dependencies:
pip install pygame
  1. Run the game:
python Main/game/__main__.py

🛠️ Building from Source

To create your own executable (You can do it but in main releases it is compiled.)):

  1. Install PyInstaller:
pip install pyinstaller
  1. Run the build script:
python Main/game/build_exe.py
  1. 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.

🎯 How to Play

  1. Click on the grass to earn points
  2. Use your points to purchase upgrades
  3. Keep clicking and upgrading to reach higher scores
  4. Your progress is automatically saved

🔧 Requirements

  • Python 3.1 or higher (if running from source)
  • Pygame library (if running from source)
  • Windows OS (for executable version)

📁 Project Structure

Touch-The-Grass-TTG/
├── Main/
│   ├── assets/
│   │   ├── fonts/
│   │   ├── images/
│   │   └── sounds/
│   ├── game/
│   │   ├── __main__.py
│   │   ├── game.py
│   │   ├── game_loop.py
│   │   └── ...
│   └── save_data.json
└── README.md

📄 License

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

👥 Credits

  • Game Development: MrTarik2112
  • Graphics: Custom pixel art
  • Sound Effects: Custom audio files

📞 Contact


‼️Important

  • 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.