No description
  • C++ 93.4%
  • Makefile 6.6%
Find a file
2021-07-31 00:37:29 +05:00
include Created a world class to deal with player and generate the world as well as it's enemies 2021-07-31 00:35:25 +05:00
res Added assets for the game 2021-07-31 00:33:56 +05:00
src Set up main function and added main loop, init function, cleanup function for cleaning up the quitting of program and a function to get game running time in seconds, also implemented the input handler 2021-07-31 00:37:29 +05:00
.gitignore Added object files 2021-07-31 00:29:50 +05:00
makefile Fixed Makefile, compiles the program as expected 2021-07-31 00:33:12 +05:00
README.md Init Repo 2021-07-29 01:49:57 +05:00

SDL2 Platformer