An open source programming language for the creation of cross-platform video games

Wonkey Programming Language

Wonkey is an open source programming language for the creation of cross-platform video games, highly inspired by the “Blitz” range of languages.

logo-wonkey-anim

Showcase

Wonkey on Raspbian (Raspberry PI 4)
wonkey_raspbian

Click screenshots to run the examples in browser:

68747470733a2f2f776f6e6b65792d636f646572732e6769746875622e696f2f6578616d706c65732f706f6f6c2e706e67

68747470733a2f2f776f6e6b65792d636f646572732e6769746875622e696f2f6578616d706c65732f746f795f706c616e652e706e67

68747470733a2f2f776f6e6b65792d636f646572732e6769746875622e696f2f6578616d706c65732f636f6d6d616e6368652e706e67

Setup Emscripten target

See installation instructions from Emscripten site.

# Get the emsdk repo
git clone https://github.com/emscripten-core/emsdk.git

# Enter that directory
cd emsdk

# Fetch the latest version of the emsdk (not needed the first time you clone)
git pull

# Download and install the latest SDK tools.
./emsdk install latest

# Make the "latest" SDK "active" for the current user. (writes .emscripten file)
./emsdk activate latest

# Activate PATH and

 

 

 

To finish reading, please visit source site