SAME Game Project.

The goal of this project is to learn basic programming skills such as variables, control structures, loops and recursivity. The LOGO environment provides a simple syntax for students that don't have previous programming knowledge.

Installation of LOGO environment.

First, you need a DOS emulator. I recommend DOSBox, you can get it from here http://www.dosbox.com/ or if you are on Linux you can install it from the repositories. If you are on Windows you can drag the LOGOWR.COM file right into the DOSBox icon and you are ready to start. If you are using Linux you need to do a couple of things before: Clone the repository or extract it in your home folder. Open a console and type

$ dosbox

Then, in the DOSBox console type

Z:\> mount c /home/$USER/SAME
Z:\> c:
C:\> logowr

Now that you have opened the LOGO environment open the SAME file which is kind of the main file.