Skip to content

ulisesten/MetalSlug

Repository files navigation

Ulisesten

MetalSlug

Metal Slug in C and SDL 2

building:

./install_sdl.sh
git submodule update --init --recursive
mkdir build
cd build
cmake ..
make

run:

./metalSlug

usage

movement:               arrows keys
jump:                   s
shoot:                  x
fullscreen(on/off):     f
fullscreen(off):        Esc

updates

  • Using cmake to manage the building process
  • Refactoring code
  • Fullscreen is working now
  • Adding Socket.io for network functions(Development)

Notes:

Feel free to collaborate, open issues, etc.

Releases

No releases published

Packages

No packages published

Languages