Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 1.38 KB

README.md

File metadata and controls

26 lines (24 loc) · 1.38 KB

ReZoid

forthebadge
Rezoid is a 2D arcade-style collectathon made in Python using the Pygame library. It was created as a final project for an introductory level high school computer science course. Its main purpose is to promote recycling in a fun and interactive manner. ReZoid was Co-Developed by Krish Mendapara.



Main Menu

Screen Shot 2022-07-05 at 5 15 00 PM

Screen Shot 2022-07-05 at 5 15 00 PM

Rules

Installation

In order to run ReZoid, the PyGame library is required. Use the python package manager pip to install it.

pip install pygame

Afterwards, download all 2D Assets, Sounds, and Source Code. Now compile it in your editor of choice and you're good to go!