QuirkyCort / gears

Generic Educational Robotics Simulator
Other
65 stars 41 forks source link

Arena Mode Issue #34

Closed sgmurray closed 3 years ago

sgmurray commented 3 years ago

I am seeing a difference in arena mode between the version in the github repo and the version at https://gears.aposteriori.com.sg/arena.html

I have a robot/program that works in the single player simulator mode. When I upload the corresponding zipfile in arena mode running on my local machine I get, "ImportError: No module named time on line 4" in the console in the arena. When I upload a zip file to the aposteriori website arena, the program runs without issue.

Anybody else having this issue?

QuirkyCort commented 3 years ago

A recently merged PR wasn't properly tested, so I didn't upload it to https://gears.aposteriori.com.sg.

If you need to run a local copy, try rolling back the latest commit e2725a7.

QuirkyCort commented 3 years ago

The arena bug should be fixed now in both in github as well as on the main site.