Skip to content

Generic Jewels Runtime written in portable C++ with SDL

Notifications You must be signed in to change notification settings

cfrankb/jewels-runtime-sdl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jewels Runtime SDL

This project aims to port to the Jewels Runtime to a wide variety of platforms.

Using the SDL2 libraries as a base, the game can now run as a desktop app or in the browser.

alt text

Building the runtime

Online version

The online version requires SDL2, zlib and Emscripten.

Build cs3 runtime

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

Run these commands

$ python bin/gen.py emsdl
$ emmake make

Launch the application

$ emrun build/jewels.html

Play online

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

About

Generic Jewels Runtime written in portable C++ with SDL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published