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-24 14:44:44 -05:00
.gitignore Initial Commit 2021-01-24 14:40:11 -05:00
Enemy.cpp Initial Commit 2021-01-24 14:40:11 -05:00
Enemy.h Initial Commit 2021-01-24 14:40:11 -05:00
main.cpp Moved my stuff away so that the initial code given to students is next to each other. 2021-01-24 14:44:44 -05:00
Makefile Initial Commit 2021-01-24 14:40:11 -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