a c portation of my game Runner
Linux
gcc -lSDL -o runner-linux.amd64 *.c
Windows
i686-w64-mingw32-gcc *.c -lmingw32 -lSDLmain -lSDL -o runner-windows.exe
- Left / Right Arrows - Move the character
- F - Toggle Fullscreen (Only supported with X11)
- Space - Press to charge jump
- ESCape - Closes the program