Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 286 Bytes

CHANGELOG.md

File metadata and controls

9 lines (8 loc) · 286 Bytes

8/8/2021

  • refactor std::lists into std::vectors

8/7/2021

  • added multiple levels
  • implemented win and lose screen
  • extend GameLevel class to take in number of enemy rows
  • modern cpp-ify pointers around the program, using shared_ptr
  • gave enemies and missiles unique colors