A project for people learning about classes in CPP. Specifically for people who haven't learned inheritance yet, but hopefully will include that next.
Go to file
2021-01-25 21:40:08 -05:00
.gitignore Initial Commit 2021-01-24 14:40:11 -05:00
Enemy.cpp Added other classes. 2021-01-25 21:40:08 -05:00
Enemy.h Added other classes. 2021-01-25 21:40:08 -05:00
Location.cpp Added other classes. 2021-01-25 21:40:08 -05:00
Location.h Added other classes. 2021-01-25 21:40:08 -05:00
main.cpp Added other classes. 2021-01-25 21:40:08 -05:00
Makefile Added other classes. 2021-01-25 21:40:08 -05:00
Player.cpp Initial Commit 2021-01-24 14:40:11 -05:00
Player.h Initial Commit 2021-01-24 14:40:11 -05:00
Weapon.cpp Added other classes. 2021-01-25 21:40:08 -05:00
Weapon.h Added other classes. 2021-01-25 21:40:08 -05:00