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.
Showcase
Wonkey on Raspbian (Raspberry PI 4)
Click screenshots to run the examples in browser:
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