an experiment to get angband variants running locally in the browser.
dart tools for development
submodules for angband variants
build files for gn including build files specific to angband variants
code for angband variants specific to running in the browser
web files
- Requirements
- gn build tool - gn
- dart sdk - sdk
- ninja build tool - ninja
- emscripten - emscripten
- Building
- Linux
- source emsdk_env.sh
- be in project root
- gn gen out/browserband
- cd out/browserband
- ninja
- Windows
- not supported yet
- Linux
- running
- Linux
- dart bin/dev_server.dart
- Windows
- not supported yet
- Linux