Skip to content

bwinton/mazes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

For desktop:

cargo run --release

For web:

cargo build --release --target=wasm32-unknown-unknown && \
mkdir -p target/deploy && \
cp target/wasm32-unknown-unknown/release/mazes.wasm target/deploy && \
cp static/* target/deploy && \
basic-http-server target/deploy

Todo:

  • Handle the lookahead a little better, by seeing if there's a path with a single sideways shift to get there.
  • Add arrow key support for moving the little guy…

About

A bunch of ascii mazes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •