Skip to content

Rusty game jam submission. It's not yet a game, but we had fun.

License

Notifications You must be signed in to change notification settings

dylanmc/rusty-jam-fluidish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rusty-jam-fluidish

Rusty game jam submission. It's not yet a game, but we had fun. Uses shipyard and macroquad.

Runs stand-alone:

cargo run

or as a wasm executable:

cargo build --release --target wasm32-unknown-unknown
cp target/wasm32-unknown-unknown/release/grid_world.wasm public
microserver public

then point your browser at localhost:9090

About

Rusty game jam submission. It's not yet a game, but we had fun.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published