swarm/web
Karl Ostmo f3a15c69c5
remove pandoc dependency from main game (#2084)
Closes #2083

Rendering a matrix of command attributes was originally implemented in #1658.  But this generated the data to drive the table at runtime, which pulled in an unfortunate Pandoc dependency.

To work around this, let's just pre-generate the data offline.

# Demo

1. `scripts/play.sh`
2. Visit http://localhost:5357/command-matrix.html
2024-07-30 00:57:36 +00:00
..
data remove pandoc dependency from main game (#2084) 2024-07-30 00:57:36 +00:00
script remove pandoc dependency from main game (#2084) 2024-07-30 00:57:36 +00:00
style Render command matrix (#1658) 2024-01-26 01:02:14 +00:00
command-matrix.html Render command matrix (#1658) 2024-01-26 01:02:14 +00:00
favicon.ico refactor for colors and grid type (#1692) 2023-12-18 15:07:47 +00:00
index.html remove pandoc dependency from main game (#2084) 2024-07-30 00:57:36 +00:00
play.html demo pixi.js (#1650) 2023-12-20 06:41:38 +00:00