Initial Commit

This commit is contained in:
2019-03-16 16:11:02 +01:00
commit 56e35da5ea
35 changed files with 1655 additions and 0 deletions

9
game/pong.py Normal file
View File

@@ -0,0 +1,9 @@
from tkinter import *
# Main
def main(canvas: Canvas):
pass
# Loop
def loop(deltatime: float):
pass