From 7e5c40ad1119c64412ca5034c5f23475cd9b3ea2 Mon Sep 17 00:00:00 2001 From: AlexBocken Date: Sat, 29 Apr 2023 11:02:55 +0200 Subject: [PATCH] add server visualization to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7ac7797..0cd5617 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,5 @@ For this, we decided to implement an enhanced version of [Active random walkers For now, wanted features can be found in our [shortlist](shortlist.md). For everything else start at [main py](main.py) + +For a live visualization of the project you can execute [server.py](server.py).