Xlbully commited on
Commit
e2692d2
·
1 Parent(s): bdfcde8

Add requirements and run script

Browse files
Files changed (2) hide show
  1. requirements.txt +1 -0
  2. run.bat +2 -0
requirements.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ # No external dependencies; standard library only.
run.bat ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ @echo off
2
+ python "%~dp0physics_world.py"