Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 473 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 473 Bytes

The PACMAN Attack

PACMAN except in rust!

Experiments

Experiments are launched from src/main.rs. You can uncomment the experiment you'd like to run in attack.

Build and Run

cargo run -r

Clean

cargo clean

Build Docs

cargo doc

You can visit target/doc/pacman/index.html to see the auto-generated documentation.

Dependencies

For this to work you'll need a recent version of Rust. Get Rust here!