Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 599 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 599 Bytes

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.