Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 727 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 727 Bytes

Vlamits2 Runtime SDL

Remake of The Vlamits 2 (1995) from assembly source to portable C++ (2024).

level07![Screenshot_2024-06-21_16-05-54]

Building the runtime

Online version

The online version requires SDL2, zlib and Emscripten.

Build vlamits2 runtime

First install emscripten : https://emscripten.org/index.html

Run these commands

$ python bin/gen.py emsdl
$ emmake make

Launch the application

$ emrun build/vlamits2.html

Map Editor

Experimental https://github.com/cfrankb/ssv2-mapedit-qt

Play online

Use cursor keys to move the player and SHIFT/SPACE to jump.

https://cfrankb.com/games/ems/vlamits2.html