Examples for EyeSim
-------------------

These are a number of EyeBot programs which run
both on the real EyeBots as well as on the EyeSim simulator.

For compiling simulation programs, a C++ compiler generating local
code is required, e.g. under Windows: Visual C++ or cygwin.
If you don't have either one installed, you can install MinGW by:
 - cd C:\Eyebot
 - double-click on MinGW-xxx.exe


To compile all examples:
 - click on start-sim.exe
 - type:  make

To run an example after compilation:
 - go into the desired subdirectory, e.g.:  cd maze
 - start application:  eyesim maze.sim
   (or clock on maze.sim if eyesim is entered as default application)

-------------
Thomas Braunl, 2004
