first steps towards game logic

This commit is contained in:
andi
2019-09-12 22:48:55 +02:00
parent 7351fa3c5e
commit b9db3df62f
3 changed files with 40 additions and 3 deletions

View File

@@ -46,4 +46,4 @@ class Networking:
self.get("/displays" + display + "/write_score/" + str(score))
def getInputEvent(self):
pass
return ''