Skip to content

Code for the Harvard Pacbot competition ported to Rust.

License

Notifications You must be signed in to change notification settings

RIT-MDRC/pacbot-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pacbot-rs

Code for the Harvard Pacbot competition reimplemented in Rust. Based on commit ef1c4614d8bdaa167d0e5f9b965613efdfaa9112 of the Go Pacbot repo.

This code should build for all the following targets/features:

cargo build --features std
cargo build --no-default-features

cargo build --target wasm32-unknown-unknown --features std,wasm
cargo build --no-default-features --target thumbv6m-none-eabi

About

Code for the Harvard Pacbot competition ported to Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages