Mocobor
This is a re-implementation of the RoboCom language, supporting the Classic instruction set. It is made to suit the developer instead of the mouse fanatic that the official simulator seems to be focusing on.
This repository includes a command-line simulator (sim
), which is most
mature, and a GUI (gui
) that isn't even workable yet. The Makefile
by
default builds both, but e.g. the command-line simulator can be built using
make sim
.
The code should be cross-platform, in that it should build without problems on Linux, OS X/macOS and Windows with Cygwin. It might also work on Windows with MinGW. YMMV.