You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple game created as a group project in my C++ course.
Use this to compile-
g++ main.cpp game.hpp game.cpp player.hpp player.cpp enemy.hpp enemy.cpp -lSDL2 -lSDL2_image -lSDL2_ttf
Run ./a.out
About
This is a simple game created as a project in my C++ course.