From ec00e242720f087b6b1059ce6087e78322e3ebdc Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Thu, 23 Mar 2017 09:25:29 +0100 Subject: Add README --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ae6a358 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +Mocobor +======= + +This is a re-implementation of the [RoboCom language][robocom], 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. + + +[robocom]: http://robocom.rrobek.de -- cgit v1.2.3-70-g09d2