Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.15 KB

README.md

File metadata and controls

48 lines (29 loc) · 1.15 KB

Town Breakdown

The first major C++ project (Game Dev) I ever did back in 2012 as part of my academic curriculum. A mini bomb-dropping helicopter-smashing game written with the graphics.h header file! 💥 🚁

Spare my school-level elementary programming skills with goto's and globals here and there :)

Game Graphics

Built these a-pixel-at-a-time.

Object Design
The Helicopter heli
The Bomb bomb
The Explosion boom

Screenshots

1. Landing Screen

landing

2. Main Menu

menu

3. How to Play

how-to

4. Gameplay

game1

game2

5. Oops!

oops

References