savannah-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-hackers] savannah.gnu.org: submission of Jeu de la tortue


From: tristan . martin
Subject: [Savannah-hackers] savannah.gnu.org: submission of Jeu de la tortue
Date: Fri, 03 May 2002 09:51:41 -0400

A package was submitted to savannah.gnu.org.
This mail was sent to address@hidden, address@hidden


 <address@hidden> described the package as follows:
License: gpl
Other License: 
Package: Jeu de la tortue 
System name: logo
This package wants to apply for inclusion in the GNU project

My project is a simple logo interpreter.
Logo is a french language used to learn informatique for kids in france (in the 
1980) .
This language is a set of a few instruction to control a turtule on screen.
The turtle is a image of a crayon, it is use to draw a simple figure.
All the language are a relative coordinate.
The instruction is:
- av X (anvance, where X is a integer of a number pixel that the turtle move)
- re X (recule de X)
- td X (tourne droite right turn where X is a angle that the turtle turn)
- tg X (tourne gauche left turn of X degres)
- bc (la tortue baisse son crayon)
- lc (la tortue laive son crayon)
- ce ( la tortue revient au centre)
- cc X (change la couleur)
- ef (efface the screen)
- fi (fin, end)
- ct (cache tortue)
- mt (montre tortue)
- ic (inverse la couleur, reverse the color)
- rp X ins1 ins2 ... (repete X fois les instruction)

It does not exist yet but I\'m working on it.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]