This website requires JavaScript.
Explore
Help
Sign in
raahim
/
platformer-sdl2
Watch
1
Star
0
Fork
You've already forked platformer-sdl2
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
No description
16
commits
1
branch
0
tags
37
MiB
C++
93.4%
Makefile
6.6%
main
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Exact
Exact
Union
RegExp
Raahim Fareed
63855878bc
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
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
README.md
SDL2 Platformer