Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
<html>
<head>
<meta charset="UTF-8"/>
<link rel='stylesheet' href='General.css' />
</head>
<body>
<p>To install pymunk and pygame on Windows:</p>
<p>"C:\Program Files (x86)\Python35-32\python.exe" -m pip install pygame<br>
"C:\Program Files (x86)\Python35-32\python.exe" -m pip install pymunk</p>
<p>(You need to be an administrator.)</p>
<p>To install pymunk and pygame on Linux:</p>
<p>pip3 install pygame<br>
pip3 install pymunk</p>
<p>(You don't need to be an administrator.)</p>
<p>To actually run the simulation:</p>
<p>python3 Controller.py --test Robot1Code.py Robot2Code.py ...</p>
<p>I think. It's been a while since I actually did this and I don't have anything that can run python installed.</p>
</body>
</html>