Lightbot 2.0

Lightbot 2.0

por Coolio_Niato
Marcar juego
Loading ad...

Lightbot 2.0

Valoración:
4.0
Lanzamiento: June 21, 2010
Última actualización: June 25, 2010
Desarrollador: Coolio_Niato

Etiquetas para Lightbot 2.0

Descripción

¡Visita lightbot.com para las actualizaciones más recientes de Lightbot! PARA LA INSIGNIA DIFÍCIL: LA PUNTUACIÓN DISMINUYE CON CADA NIVEL QUE SUPERAS. ¡Light-bot ha vuelto, más desafiante que nunca! Usa lógica de programación para indicarle al bot cómo encender todas las baldosas azules. Funciones, condicionales, recursividad, niveles expertos: muchas características para jugadores nuevos y veteranos. Light-bot 2.0 es una recopilación de muchas ideas recibidas del primer juego y quiero agradecer a cada uno de los que apoyaron el original. ¡Este juego no sería lo mismo sin ustedes! Un gran agradecimiento a Shael Riley y Double Ice Backfire (http://www.shaelriley.co m/) por crear una banda sonora adictiva; una de las canciones es un remix del tema original. Si te atascas, siempre puedes consultar la guía hecha por el legendario Tasselfoot o pasar el cursor sobre el signo de interrogación en el juego para leer una descripción de todo. ¡Diviértete :). CoolioNiato

Cómo jugar

Ratón – Haz clic para mover comandos a las ranuras de la derecha

Actualizaciones del desarrollador

Mar 27, 2013 4:48pm

A new light-bot is currently in the works! Go to light-bot.com for details!

FAQ

¿Qué es Lighbot 2.0?

Lighbot 2.0 es un juego de rompecabezas de programación desarrollado por Coolio Niato, donde los jugadores guían a un robot para iluminar casillas en una cuadrícula usando comandos básicos de programación.

¿Cómo se juega a Lighbot 2.0?

En Lighbot 2.0, creas secuencias de instrucciones—como mover, saltar e iluminar—arrastrando y soltando iconos de comando para ayudar al robot a llegar y activar las casillas azules.

¿En qué plataformas se puede jugar Lighbot 2.0?

Lighbot 2.0 se puede jugar directamente en el navegador web en plataformas que soportan Flash.

¿Cuáles son las principales características de Lighbot 2.0?

Lighbot 2.0 ofrece múltiples niveles de dificultad creciente, una interfaz visual de programación sencilla y conceptos como procedimientos y bucles para enseñar lógica básica de codificación.

¿Cómo funciona la progresión en Lighbot 2.0?

La progresión en Lighbot 2.0 consiste en resolver niveles de rompecabezas creando secuencias de comandos eficientes, introduciendo nuevos elementos de lógica de programación a medida que avanzas.

Comentarios

0/1000
gemohandy avatar

gemohandy

Feb. 04, 2019

114
2

"Think Like a Programmer" - You mean, look up how to do the thing on StackOverflow?

internet_handle avatar

internet_handle

Jul. 11, 2010

1349
47

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 avatar

vlasec

Dec. 25, 2013

416
20

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 avatar

vmills

Jan. 06, 2012

336
16

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 avatar

SilverHx

Sep. 01, 2012

228
11

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.