We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e501bdf commit 96db8b4Copy full SHA for 96db8b4
README.md
@@ -1,11 +1,12 @@
1
# distributed-game
2
Python simulator of distributed system
3
4
-[](https://mybinder.org/v2/gh/xneg/distributed-game/main?labpath=%2Fsrc%2Fsandbox_notebook.ipynb)
5
-
6
# Web-version
7
https://xneg.github.io/distributed-game/
8
+# Launch at Binder
+[](https://mybinder.org/v2/gh/xneg/distributed-game/main?labpath=%2Fsrc%2Fsandbox_notebook.ipynb)
9
+
10
# How to
11
You need to implement your own algorithm inheriting [class Node](https://github.com/xneg/distributed-game/blob/main/src/engine/node.py).
12
There are two abstract methods processing read and write requests:
0 commit comments