Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 475 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 475 Bytes

Kontagion

A video game developed for Winter Quarter CS 32 at UCLA. Play as Socrates, a scientist disinfecting a Petri dish of bacteria. Move around the circular dish with left/right/A/D keys and shoot with SPACE or ENTER. Developed using XCode.

All game logic including all game object classes is handled by StudentWorld.cpp and Actor.cpp along with their header files: StudentWorld.h and Actor.h. Graphics are handled by the remaining files.