This website requires JavaScript.
Explore
Help
Sign In
qvalentin
/
Verteiltesystheme-game-of-life
Watch
1
Star
0
Fork
You've already forked Verteiltesystheme-game-of-life
0
Code
Pull requests
Activity
1bca8c3c89
Verteiltesystheme-game-of-life
/
Code
/
Communication
/
Direction.py
9 lines
89 B
Python
Raw
Normal View
History
Unescape
Escape
init - add basic server for finding a neighbour
2022-03-27 12:59:14 +02:00
from
enum
import
Enum
class
Direction
(
Enum
)
:
LEFT
=
1
RIGHT
=
2
Init - Randaustausch almost working in 1D
2022-03-27 16:43:15 +02:00
TOP
=
3
BOTTOM
=
4
Copy permalink