A simple quiz to learn states.
$ ./build.sh && ./quiz
The application needs resources
to be present in the folder.
Mouse left button
-- selectMouse right button
-- dragMouse wheel
-- zoomr
-- restartl
-- learnq
-- quit
The project can be compiled to WebAssembly to run on Web using emscripten SDK
.
The proper environment needed to find the emcc
compiler provided by emscripten
. Then WebAssembly can be used as a target in the build
script.
source ./emsdk/emsdk_env.sh
See the further explanation provided by raysan.