tanks

Blow up enemy tanks using code
git clone https://git.woozle.org/neale/tanks.git

tanks / www
Neale Pickett  ·  2024-12-04

main.mjs

1import * as designer from "./designer.mjs"
2import * as replay from "./replay.mjs"
3
4designer.init()
5replay.init()