- engine - Typescript game engine
- server - Simple rust web server for development
- game - Rust game client
- build - Build folder for
game
- tools - Build utilities to preprocess assets
Requires Rust, wasm-pack (https://github.com/rustwasm/wasm-pack), and node
npm install
npx rollup --config rollup.config.mjs --watch
cd game
wasm-pack build --out-dir ../build/game --target web
cargo run -p server --release
cargo run -p tools --release -- -c *command_name* -f *filters*
Tinysword - https://pixelfrog-assets.itch.io/tiny-swords Delaunator - https://github.com/mourner/delaunator-rs