Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cfrankb/vla2_remake
- Owner: cfrankb
- Created: 2024-04-15T04:09:05.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-11-12T23:00:28.000Z (about 1 month ago)
- Last Synced: 2024-11-13T00:17:25.102Z (about 1 month ago)
- Topics: cpp, custom-engine, game, game-2d, game-development, game-engine, map, sdl, sdl2, sidescroller, sidescrolling
- Language: Assembly
- Homepage:
- Size: 1.29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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