Lightbot 2.0

Lightbot 2.0

by Coolio_Niato
게임 신고
Loading ad...

Lightbot 2.0

평점:
4.0
출시일: June 21, 2010
최종 업데이트: June 25, 2010
개발자: Coolio_Niato

Lightbot 2.0의 태그

설명

최신 Lightbot 업데이트는 lightbot.com에서 확인하세요! 하드 배지를 위해: 레벨을 깰 때마다 점수가 감소합니다. Light-bot이 더욱 퍼즐스럽게 돌아왔습니다! 프로그래머 논리로 봇에게 모든 파란 타일을 밝히도록 명령하세요! 함수, 조건문, 재귀, 전문가 레벨 등 신규 및 기존 유저 모두를 위한 다양한 기능이 있습니다. Light-bot 2.0은 1편에서 받은 아이디어를 많이 반영했으며, 모든 팬분들께 감사드립니다. Shael Riley와 Double Ice Backfire(http://www.shaelriley.co m/)의 중독성 있는 사운드트랙에도 큰 감사를 드립니다. 막히면 전설적인 Tasselfoot의 공략이나 게임 내 물음표에 마우스를 올려 설명을 확인하세요. 즐겁게 플레이하세요 :). CoolioNiato

플레이 방법

마우스 – 오른쪽 슬롯에 명령어를 클릭해 이동시키세요

개발자 업데이트

Mar 27, 2013 4:48pm

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

FAQ

Lighbot 2.0이란 무엇인가요?

Lighbot 2.0은 Coolio Niato가 개발한 퍼즐 프로그래밍 게임으로, 플레이어가 로봇을 프로그래밍 명령으로 조작해 격자 위의 타일을 밝히는 게임입니다.

Lighbot 2.0은 어떻게 플레이하나요?

이동, 점프, 불 켜기 등 명령 아이콘을 드래그 앤 드롭하여 명령 시퀀스를 만들고, 로봇이 파란 타일을 모두 밝히도록 해야 합니다.

Lighbot 2.0은 어떤 플랫폼에서 플레이할 수 있나요?

Flash를 지원하는 웹 브라우저에서 바로 플레이할 수 있습니다.

Lighbot 2.0의 주요 특징은 무엇인가요?

난이도가 점차 상승하는 여러 레벨, 직관적인 비주얼 프로그래밍 인터페이스, 프로시저와 반복문 등 기본 코딩 논리를 배울 수 있습니다.

Lighbot 2.0의 성장 방식은 어떻게 되나요?

효율적인 명령 시퀀스를 만들어 퍼즐을 해결하며, 진행할수록 새로운 프로그래밍 논리 요소가 추가됩니다.

댓글

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.