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:40:11 -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 Initial Commit 2021-01-24 14:40:11 -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