i_editor 2.0 manual(englishfrench)
Anteform
Minima
Repuzzle - a Pico-8 Coding Puzzle Game
udead
LOCKEY - Zana's Tale
diceydandangerdungeon
pico Skate IV - a tiny skateboard game
Star Raiders (Atari 400800 demake)
Toon Drive 3D
(Touhou Unmei no Hoshi)
Spirit Solstice
Tiny Platformer (TutorialExample Project)
Teenage Mutant Ninja Turtles in Shredder's Prevenge APRIL UPDATE
Thopter Escape
Celeste Dark World
bigmap editor
To take root Among the Stars
Isle Craft Demo
Porter
Bathos
PICOZONE 17-games-in-1
Cursed Flail
Getting Over It with Meep_Moop
Toxic Invaders
Pico-8 Tetris
Passengers (LD33)
falleste
The Carpathian
Wild Wild Yard
- BEATWISE TRIGGER -
Outvain
A Very Warm Fire
CALIGO
Pie Game An RPG
Celeste 1.5
Get in Santa's Pants 1.3
1000 Meters to Shade
Train Journey
HighSteel
Meowlionaire 1.4
Derailed! - A co-op game about building tracks (Unrailed! demake)
Momo's Momentum
The Heavens
Lil King
The Violet Signal - A Boss Only SHMUP
Get Me the Spell Outta Here!!
Unchecked-8 (platformer maze)
Raccoon Ball
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: -










