Small project made in ~5 days for an introductory programming project. Physics-based game using pure vanilla Python. Only libraries used were standard Python libraries: Tkinter for GUI and PyQT5 for sound. As such, this project can be ran out-of-the-box without any installations.
Everything else is made from scratch including a custom Physics system.
@yuuki-cr Graphic Designer: Drew the sprites, UI elements, and cutscenes
@lenglenguh UI Programmer: Developed the main menu, cutscenes, and a custom GIF playing system
@Sebastian Tay Sound Programmer: Sourced for BGM/SFX and programmed the sound playing system
@Butterknife Lead Developer: Developed the Physics system, main gameplay loop, and integrated the sprites & HUD