This is the official implementation of the platform invented by the Twitch chat of coder2k.
- Textmode
- Videomode
- Debugging-Instructions
The project uses cargo as build system. All dependencies are fetched automatically. Build the software like so:
git clone https://github.com/Backseating-Committee-2k/BackseatSafeSystem2k.git
cd BackseatSafeSystem2k
cargo run
The project's main goal is to learn how to write a virtual machine.