Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 768 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 768 Bytes

Intercept the Plastic - Python Puzzle Game

Intercept the Plastic

Introduction

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.

How to Play

  1. 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
  1. Clone the Repository: Clone this repository to your local machine:
git clone https://github.com/Vinayak9307/InterceptThePlastic.git
cd InterceptThePlastic
  1. Run the Game: Execute the Main.py script to start the game:
python Main.py