Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cfrankb/vla2_remake

Vlamits2 Remake in C++ of this 1995 MSDOS game originally written in assembly.
https://github.com/cfrankb/vla2_remake

cpp custom-engine game game-2d game-development game-engine map sdl sdl2 sidescroller sidescrolling

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

## Vlamits2 Runtime SDL

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

![level07![Screenshot_2024-06-21_16-05-54]](techdocs/images/Screenshot_2024-06-26_22-36-12.png)

## 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