Skip to content

Vlamits2 Remake in C++ of this 1995 MSDOS game originally written in assembly.

Notifications You must be signed in to change notification settings

cfrankb/vla2_remake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

TBD

Play online

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

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