initial prototype
This commit is contained in:
12 files changed
+125
No files matched your search
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env python3.11
|
||||
from game import Window
|
||||
|
||||
if __name__ == '__main__':
|
||||
game = Window("Formula2D", (1000, 800))
|
||||
game.main_loop()
|
||||
Reference in new issue
Block a user