Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.09 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.09 KB

Map Quiz

A simple quiz to learn states.

Quick Start

$ ./build.sh && ./quiz

The application needs resources to be present in the folder.

Controls

  • Mouse left button -- select
  • Mouse right button -- drag
  • Mouse wheel -- zoom
  • r -- restart
  • l -- learn
  • q -- quit

Dependencies

Data Source

Developer notes

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.