Skip to content

Stephen-J/browserband

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

an experiment to get angband variants running locally in the browser.

Note : this is a work in progress , still setting up

Project Layout

/bin

dart tools for development

/bands

submodules for angband variants

/build

build files for gn including build files specific to angband variants

/src

code for angband variants specific to running in the browser

/web

web files

Building

  1. Requirements
  2. Building
    • Linux
      1. source emsdk_env.sh
      2. be in project root
      3. gn gen out/browserband
      4. cd out/browserband
      5. ninja
    • Windows
      • not supported yet
  3. running
    • Linux
      1. dart bin/dev_server.dart
    • Windows
      • not supported yet