Lightbot 2.0
di Coolio_Niato
Add to your home screen for quick access
Install this game
Tap the Share button, then "Add to Home Screen" to install this game for quick access.
Lightbot 2.0
Tag per Lightbot 2.0
Descrizione
Visita lightbot.com per gli aggiornamenti più recenti di Lightbot! PER IL BADGE DIFFICILE: IL PUNTEGGIO DIMINUISCE AD OGNI LIVELLO SUPERATO. Light-bot è tornato, più rompicapo che mai! Usa la logica da programmatore per dire al bot come illuminare tutte le caselle blu! Funzioni, condizioni, ricorsione, livelli esperti: tante caratteristiche per nuovi e vecchi giocatori. Light-bot 2.0 raccoglie molte delle idee ricevute dal primo gioco e voglio ringraziare ogni sostenitore del gioco originale. Non sarebbe lo stesso gioco senza di voi! Un grande grazie a Shael Riley e ai Double Ice Backfire (http://www.shaelriley.co m/) per la colonna sonora coinvolgente – una delle canzoni è un remix del tema originale! Se resti bloccato puoi sempre consultare la soluzione creata dal leggendario Tasselfoot o passare il mouse sul punto interrogativo in gioco per una descrizione di tutto. Buon divertimento :). CoolioNiato
Come si gioca
Mouse – Clicca per spostare i comandi negli slot a destra
Aggiornamenti dello sviluppatore
A new light-bot is currently in the works! Go to light-bot.com for details!
FAQ
Cos'è Lighbot 2.0?
Lighbot 2.0 è un puzzle game di programmazione sviluppato da Coolio Niato, in cui guidi un robot ad accendere caselle su una griglia usando comandi di base.
Come si gioca a Lighbot 2.0?
In Lighbot 2.0 crei sequenze di istruzioni—come muovi, salta e accendi—trascinando le icone dei comandi per aiutare il robot a raggiungere e attivare le caselle blu.
Su quali piattaforme si può giocare a Lighbot 2.0?
Lighbot 2.0 è giocabile direttamente su browser web su piattaforme che supportano Flash.
Quali sono le caratteristiche principali di Lighbot 2.0?
Lighbot 2.0 offre numerosi livelli di difficoltà crescente, un'interfaccia di programmazione visuale semplice e concetti come procedure e cicli per insegnare la logica di base del coding.
Come funziona la progressione in Lighbot 2.0?
La progressione in Lighbot 2.0 consiste nel risolvere livelli puzzle creando sequenze di comandi efficienti, con nuovi elementi di logica di programmazione introdotti man mano che avanzi.
Commenti
gemohandy
Feb. 04, 2019
"Think Like a Programmer" - You mean, look up how to do the thing on StackOverflow?
internet_handle
Jul. 11, 2010
hey, I liked this game a lot, but could you add some way for the player to tell how the points work? I know they count down, but I have no idea how I am scored. for example, should I be aiming for fewer calls or fewer commands? what's the most points that I could get on each level? and so on.
vlasec
Dec. 25, 2013
I am not sure if the game is easier for programmers or not. A programmer is usually feeling bad about writing such a fugly code.
vmills
Jan. 06, 2012
A nice challenge. The programmer in me rages a little at the last two levels because they require lots of extra calls to be made since our helper functions have a limited number of allotted commands. Definitely hard to wrap my brain around, but I liked it!
SilverHx
Sep. 01, 2012
What's good about programming is that programs made by different people never look the same. What's bad about programming is that it can be difficult to understand programs written by other people. This puzzle mostly forces you to guess the developer's solution, instead of finding your own :/ This is not necessarilly a bad thing, but with the addition of conditionals (especially since you don't have a "not" condition) it makes the game much less intuitive than the previous one. I definitely can't understand some of the expert levels.