iamsurya/2DGamingProjects
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# Projects for 2D Game Design Course based on Object Oriented Programming in C Final video link: https://www.youtube.com/watch?v=m8O6GbegiOE Video Game designed as a project for CPSC 6160: 2D Game Design using Object Oriented Programming. The data driven game used vectors, lists, iterators, object pools and various design patterns. Emphasis was placed on having no memory leaks. Sample Code: https://github.com/iamsurya/2DGamingProjects/blob/master/asg6/monsterManager.cpp https://github.com/iamsurya/2DGamingProjects/blob/master/asg6/hud.cpp