On my website here: rustbot.clembytes.fr
On my blog here: clembytes
And more specifically the following articles: clembytes.fr/category/rustbot
Move a little robot! This started as a way to practice basic programming concepts, but now I'm taking it further in Rust. The goal is to explore Rust's features while keeping the project fun and interactive.
(This project is a Rust rewrite of my original C version of the robot.)
src/main.rs- Server program filestatic/- Static files (CSS, robot PNG imageโฆ)templates/template.html- HTML fileCargo.toml,Cargo.lock- Cargo config files
๐งช Build & run project in debug mode:
cargo run๐ Build & run project in release mode:
cargo run --releaseThen see 0.0.0.0:3000.
You can contact me about this project or my work at clembytes@proton.me.
Here is what I plan to do in the future on this project:
- Add possibility to write a small list of instructions to follow
- Add walls, maybe some pathfindind?
Ongoing work!
