Welcome to "Intercept the Plastic," a fun and challenging puzzle game developed using the Pygame library in Python. The objective of the game is to clean up the ocean by intercepting and collecting as much plastic waste as possible.
- Requirements: To play the game, you need to have Python and Pygame installed on your computer. You can install Pygame using pip:
pip install pygame
- Clone the Repository: Clone this repository to your local machine:
git clone https://github.com/Vinayak9307/InterceptThePlastic.git
cd InterceptThePlastic
- Run the Game: Execute the
Main.py
script to start the game:
python Main.py