Space invaders game
Back to Projects
Space Invaders Game
Developed a desktop arcade game using C++ and openFrameworks toolkit to replicate classic mechanics. Engineered a Finite State Machine (FSM) to manage game state transitions. Integrated responsive user input handling and object-oriented scoring system.
C++ openFrameworks Game Development FSM
Project Demo
Project Overview
A faithful recreation of the classic Space Invaders arcade game built with modern C++ and the openFrameworks creative coding toolkit.
Features
- Finite State Machine for game flow
- Dynamic enemy fleet management
- Responsive player controls
- Object-oriented scoring system
- Efficient memory management for projectiles