Lightbot 2.0
von 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
Tags für Lightbot 2.0
Beschreibung
Schau auf lightbot.com für die neuesten Lightbot-Updates! FÜR DAS SCHWERE ABZEICHEN: DER SCORE ZÄHLT MIT JEDEM LEVEL NACH UNTEN. Light-bot ist zurück, kniffliger denn je! Nutze Programmierlogik, um dem Bot zu sagen, wie er alle blauen Felder beleuchten soll! Funktionen, Bedingungen, Rekursion, Expertenlevel – viele Features für neue und alte Spieler. Light-bot 2.0 vereint viele Ideen aus dem ersten Teil. Vielen Dank an alle Unterstützer! Besonderer Dank an Shael Riley und Double Ice Backfire (http://www.shaelriley.com/) für den süchtig machenden Soundtrack – eines der Lieder ist ein Remix des originalen Puzzling-Themas! Wenn du nicht weiterkommst, schau dir das Walkthrough von Tasselfoot an oder fahre im Spiel mit der Maus über das Fragezeichen für Erklärungen. Viel Spaß :). CoolioNiato
Spielanleitung
Maus – Klicke, um Befehle in die Slots rechts zu verschieben.
Entwickler-Updates
A new light-bot is currently in the works! Go to light-bot.com for details!
FAQ
Was ist Lighbot 2.0?
Lighbot 2.0 ist ein Puzzle-Programmierspiel von Coolio Niato, bei dem du einen Roboter mit einfachen Programmierbefehlen über ein Raster steuerst, um Felder zum Leuchten zu bringen.
Wie spielt man Lighbot 2.0?
In Lighbot 2.0 erstellst du Befehlsfolgen – wie Bewegen, Springen und Leuchten – indem du Befehlssymbole ziehst, damit der Roboter die blauen Felder erreicht und aktiviert.
Auf welchen Plattformen kann man Lighbot 2.0 spielen?
Lighbot 2.0 kann direkt im Webbrowser auf Plattformen gespielt werden, die Flash unterstützen.
Was sind die Hauptmerkmale von Lighbot 2.0?
Lighbot 2.0 bietet mehrere Level mit steigendem Schwierigkeitsgrad, eine einfache visuelle Programmieroberfläche und Konzepte wie Prozeduren und Schleifen, um grundlegende Programmierlogik zu vermitteln.
Wie funktioniert der Fortschritt in Lighbot 2.0?
Der Fortschritt in Lighbot 2.0 besteht darin, Puzzle-Level durch effiziente Befehlsfolgen zu lösen, wobei mit dem Vorankommen neue Programmierlogik-Elemente eingeführt werden.
Kommentare
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.