diff --git a/demo/README.md b/demo/README.md new file mode 100644 index 00000000..834175e3 --- /dev/null +++ b/demo/README.md @@ -0,0 +1,20 @@ +# Arbitration Graphs Demo and Tutorial + +This is a demo of the [arbitration_graphs](https://github.com/KIT-MRT/arbitration_graphs) library using Pac-Man as an example application. +The arbitration graph controls Pac-Man on its journey to collect tasty dots 🍬 + +Run the demo with: + +```bash +git clone https://github.com/KIT-MRT/arbitration_graphs.git +cd arbitration_graphs/demo +docker compose up +``` + +Open the GUI with your favorite browser: +[http://0.0.0.0:8080](http://0.0.0.0:8080) + + +## Tutorial + +If you're here for the tutorial, follow the instructions on our [Tutorial GitHub Page](https://kit-mrt.github.io/arbitration_graphs/docs/Tutorial.md). \ No newline at end of file