Pinball Physics
Independent Arcade Title
Pinball Physics Game created using SDL, C++ and Box2D Libraries. Designed to test Box2D physics. Pinball game created for Physics II subject.
Team
-
Arnau Jiménez Gallego - CODE
-
Adrià Pons Mensa - CODE & ART
-
Rylan Graham - CODE
-
Joel Chaves Moreno - CODE
Project Duration
40 hours
Project Softwares
Work Abstract
Pinball Physics is an arcade game title created to mirror the typical pinball arcade style games. Game was created using Box 2D physics system, incorporation with C++ SDL programming. The game was created as a way to both create a fun, intuitive, and clean game, while also practically applying coding principles that we learned in our Physics II course at CITM UPC.
Experience Gained
Box 2D Physics
Usage of Box2D collision system in-game. Had to learn to apply colliders, manage colliders, and make sure physics system was solid. Additionally, incorporated logic system for debug, which enabled visual colliders.