i_editor 2.0 manual(englishfrench)

I_EDITOR is a programming game. The goal is to write simple scripts to reproduce a drawing on screen. The commands used in the scripts move a pointer (“turtle”). The pointer has a pen, which can be up or down. When the pen is down, each move lays a print. There are additional instructions to make calculus, evaluate conditions and call previous declared sequences. The syntax and semantic are organized in language called I_CORE.
Now you can download the manual !
Le manuel en français est disponible.

Try to reproduce the blueprints or play with the sandbox...
I will add a score and more blueprints soon ;-)
In the main menu:
Choose a blueprint or the sandbox (updown, x)
In the editor:
Choose the command in the first column (updown, x) or return to the main menu (o)
Change column (leftright)
Change the value in the second colum (x, then leftright to decreaseincrease)
Delete instruction in the second colum with (o)
Have a look on i_core thread to have more explanation about the language 'I'.
I will make a tutorial soon and post a link and additional information here.
Sample
:A 20 FD 90 TR ; :B 1 - # A ?B ; 4 B

CLR : clear
<CP : copy from clipboard
>CP : copy to clipboard
Copy the line below into the clipboard
:a 10 fd 90 tr ; a a a a
Paste in PICO-8, then activate <CP

! WARNING:
Clipboard functions (<CP,>CP) aren't working in HTML exported cartridge.
Copy from notepad (text in the html browser may contain tag or additional characters)



License: -

Close
Connection Error!

Please check your connection and try again.