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