Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 662 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 662 Bytes

Spy Hunter C++

game_screenshot

This is the second project for the basics of programming course I did in my first term during my Informatics studies at the Gdańsk University of Technology. This is a simple reproduction of the Spy Hunter arcade game.

It has implemented

  • Graphics
  • Player movement with acceleration/deacceleration
  • Keeping the score
  • Saving and restoring game state
  • Changing the width of the road
  • Pausing the game

The project was made using Visual Studio 2019 and can be opened by opening the .sln file in the main directory. Enjoy!