Ulisesten
Metal Slug in C and SDL 2
./install_sdl.sh
git submodule update --init --recursive
mkdir build
cd build
cmake ..
make
./metalSlug
movement: arrows keys
jump: s
shoot: x
fullscreen(on/off): f
fullscreen(off): Esc
- Using cmake to manage the building process
- Refactoring code
- Fullscreen is working now
- Adding Socket.io for network functions(Development)
Feel free to collaborate, open issues, etc.