top of page

Programming Class 2015
- R-Type

The brief of the first programming assignment was to create a side-scrolling shooter based on a classic arcade game of the same genre. I remade the sci-fi game 'R-Type', with a scaled down difficulty due to the reduction in enemies. Though the artwork was taken from the original game, the code was written from scratch using the UOG framework for C++. 

To access the repository for this project, go to:

https://github.com/ethanjgill/R-Type

bottom of page