Should be: Right After Red. Emulating state with two functions! ► See All RoboZZle Episodes: http://goo.gl/wcrOZC ► Let’s Develop! http://letsdeveloper.com ► Don’t Miss an Episode: http://goo.gl/whzDi1 «RoboZZle» RoboZZle is a programming education game without code. The goal ist to navigate a small robot through a field, while collecting stars. Navigation […]

[LD] RoboZZle #3 – Right on Red [blind] | Let’s ...


Go. Turn Around. Go Again. Win. ► See All RoboZZle Episodes: http://goo.gl/wcrOZC ► Let’s Develop! http://letsdeveloper.com ► Don’t Miss an Episode: http://goo.gl/whzDi1 «RoboZZle» RoboZZle is a programming education game without code. The goal ist to navigate a small robot through a field, while collecting stars. Navigation commands include move, turn, […]

[LD] RoboZZle #2 – sh [blind] | Let’s Develop


Let the games begin! ► See All RoboZZle Episodes: http://goo.gl/wcrOZC ► Let’s Develop! http://letsdeveloper.com ► Don’t Miss an Episode: http://goo.gl/whzDi1 «RoboZZle» RoboZZle is a programming education game without code. The goal ist to navigate a small robot through a field, while collecting stars. Navigation commands include move, turn, conditions and […]

[LD] RoboZZle #1 – Stairs | Let’s Develop



1
The TestRoots projects analyses and improves software testing. The WatchDog Eclipse plugin is the first step in that direction: It observes your coding and testing behaviour, and gives you detailed reports! How much time do you spend on testing? Find out! And win awesome prices on the go. ► Let’s […]

WatchDog – Interview with Moritz Beller


We continue with a second tutorial that is a little more challenging. It helped me understand how the wiring in the circuit panel actually works. Excited for more complex challenges! ► Let’s Develop! http://letsdeveloper.com ► Don’t Miss an Episode: http://goo.gl/whzDi1 «Scent Trail Bot» Scent Trail Bot is a simple, small […]

[LD] Scent Trail Bot #1 – Let Sleeping Bots Lie, ...


If you’d like me to continue on this game, give this video a thumbs up!!! Scent Trail Bot is a simple, small flash game, where you have to program a robot with logic circuits to complete tasks. The robot has sensors and treads, which you need to wire. Though my […]

[LD] Scent Trail Bot #0 – Teaser | Let’s Develop



There’s weird things in the Java syntax. Did you know you can declare arrays this way? Let me know! Do you know other peculiar things about Java? Let me know too! ► All Java Episodes: http://goo.gl/gc4jYA ► Let’s Develop! http://letsdeveloper.com ► Don’t Miss an Episode: http://goo.gl/whzDi1 «Other Series» ► Let’s […]

[LD] Java – Fun Facts – Array Declarations | Let’s ...


If you’d like me to continue on this game, give this video a thumbs up!!! Code Abbey is a programming-challenge game with currently about 180 tasks of various difficulty. Tasks can be solved in any programming language (only some can be executed automatically, though). Solving tasks gives you enlightenment and […]

[LD] Code Abbey #0 – Teaser | Let’s Develop


EclEmma measures Basic-Block Coverage (Instruction Coverage), which is a stronger coverage metric than Statement Coverage. In this episode I discuss these two metrics and show examples that reveal the subtle differences. ► EclEmma FAQ on Basic-Block Coverage: http://emma.sourceforge.net/faq.html#q.blockcoverage ► Let’s Develop! http://letsdeveloper.com ► Don’t Miss an Episode: http://goo.gl/whzDi1 «Other Series» […]

[LD] Statement Coverage vs. Basic-Block Coverage | Let’s Develop With