i_editor 2.0 manual(englishfrench)
i_editor 2.0 manual(englishfrench)
by jihem

Plese be patient...

Loading...

AnteformAnteform MinimaMinima Repuzzle - a Pico-8 Coding Puzzle GameRepuzzle - a Pico-8 Coding Puzzle Game udeadudead LOCKEY - Zana's TaleLOCKEY - Zana's Tale diceydandangerdungeondiceydandangerdungeon pico Skate IV - a tiny skateboard gamepico Skate IV - a tiny skateboard game Star Raiders (Atari 400800 demake)Star Raiders (Atari 400800 demake) Toon Drive 3DToon Drive 3D (Touhou Unmei no Hoshi)(Touhou Unmei no Hoshi) Spirit SolsticeSpirit Solstice Tiny Platformer (TutorialExample Project)Tiny Platformer (TutorialExample Project) Teenage Mutant Ninja Turtles in Shredder's Prevenge APRIL UPDATETeenage Mutant Ninja Turtles in Shredder's Prevenge APRIL UPDATE Thopter EscapeThopter Escape Celeste Dark WorldCeleste Dark World bigmap editorbigmap editor To take root Among the StarsTo take root Among the Stars Isle Craft DemoIsle Craft Demo PorterPorter BathosBathos PICOZONE 17-games-in-1PICOZONE 17-games-in-1 Cursed FlailCursed Flail Getting Over It with Meep_MoopGetting Over It with Meep_Moop Toxic InvadersToxic Invaders Pico-8 TetrisPico-8 Tetris Passengers (LD33)Passengers (LD33) fallestefalleste The CarpathianThe Carpathian Wild Wild YardWild Wild Yard - BEATWISE TRIGGER -- BEATWISE TRIGGER - OutvainOutvain A Very Warm FireA Very Warm Fire CALIGOCALIGO Pie Game An RPGPie Game An RPG Celeste 1.5Celeste 1.5 Get in Santa's Pants 1.3Get in Santa's Pants 1.3 1000 Meters to Shade1000 Meters to Shade Train JourneyTrain Journey HighSteelHighSteel Meowlionaire 1.4Meowlionaire 1.4 Derailed! - A co-op game about building tracks (Unrailed! demake)Derailed! - A co-op game about building tracks (Unrailed! demake) Momo's MomentumMomo's Momentum The HeavensThe Heavens Lil KingLil King The Violet Signal - A Boss Only SHMUPThe Violet Signal - A Boss Only SHMUP Get Me the Spell Outta Here!!Get Me the Spell Outta Here!! Unchecked-8 (platformer maze)Unchecked-8 (platformer maze) Raccoon BallRaccoon Ball BrawlBrawl Web Pilot - Tempest-inspired tube shooterWeb Pilot - Tempest-inspired tube shooter WoolCat 3DWoolCat 3D KemobombKemobomb ToboggobanToboggoban Dig Deeper - Global Game Jam '21Dig Deeper - Global Game Jam '21 Fiss the Elf's Puzzling Pin-UpsFiss the Elf's Puzzling Pin-Ups Lina Witches Of The MoonLina Witches Of The Moon Zelda fishing minigame remakeZelda fishing minigame remake SKELETHRONE CLASSICSKELETHRONE CLASSIC MoonraceMoonrace Quasar Kid 1.2Quasar Kid 1.2 FaultFault DEFENDER X - v1.1DEFENDER X - v1.1 tiny farm 2.0!!!!!!tiny farm 2.0!!!!!! Picoball - Football Manager DeckbuildingPicoball - Football Manager Deckbuilding Picotune - 64x64 music playerPicotune - 64x64 music player moleculesmolecules Boomby!Boomby! Station-8Station-8 The Zombie Apicolypse - LOWREZJAM 2021The Zombie Apicolypse - LOWREZJAM 2021 Celeste Classic collabCeleste Classic collab The FlightlessThe Flightless Better Off AloneBetter Off Alone POSEIDIOSPOSEIDIOS JetpicJetpic Space Tavern PokerSpace Tavern Poker Slay the DragonSlay the Dragon Dust DasherDust Dasher Isohopes - an 8 bit nuclear reactor simIsohopes - an 8 bit nuclear reactor sim FroggleoidFroggleoid Vortex InvaderVortex Invader Road StormRoad Storm Racerbeam - A demo for the Assembly 2002 Pico-8 CompoRacerbeam - A demo for the Assembly 2002 Pico-8 Compo KosmoDuck Now FinishedKosmoDuck Now Finished Pico TowerPico Tower PAC-MAN 3DPAC-MAN 3D PICO-8 0.1.11 ED BY TIC TAC TOADPICO-8 0.1.11 ED BY TIC TAC TOAD 3D Experiment3D Experiment Realtime 3d shadowsRealtime 3d shadows Got-Ya!- A Pico-8 Gacha Game -- 56 cards new secretsGot-Ya!- A Pico-8 Gacha Game -- 56 cards new secrets String-Based Graphics Rendering SystemString-Based Graphics Rendering System BUSHFIREBUSHFIRE Grids of ThermometersGrids of Thermometers Dice MiceDice Mice This is VacationThis is Vacation Jet Pig AdventureJet Pig Adventure Oracles InnOracles Inn
...
...
...

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: None (Free)

Close
Connection Error!

Please check your connection and try again.