Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 427 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 427 Bytes

shooting-monsters-game

A somewhat refined version of an output of my tinkering with wgpu.

Experience the desktop version with cargo run.

Experience the web version by building with wasm-pack (wasm-pack build --target web) and serving index.html with something like simple-http-server.