This repo contains the translated 13th Intelligent Car Racing Competition Game Rules. The files may be compiled into an HTML e-book using mdbook
built with rust
.
https://hkust-smartcar.github.io/GameRules1718/
If you don't want to compile the book by yourself. Check out the latest releases.
Detailed instructions on build - mdBook Documentation.
- Install the Rust toolchain and additionally the latest Microsoft Visual C++ Build Tools (which includes Windows SDK) if you are using Windows.
- Install
mdbook
usingcargo install mdbook
for thecargo
command will be usable after installing Rust. - Build the book using
mdbook build
at the repo's root directory. The generated book will appear within/book/
.