A downloadable game for Windows

Download NowName your own price
 *This is early prototype

Help page and tutorial

https://kyroaku.itch.io/robocode/devlog/387964/help-page

Trailer

Learn programming

Program robot in simple, visual scripting languages. This will teach you how to think as a programmer and will show you basics of what programming is (and what fun it is).

No boring documentations, no figuring out how different devices works, just fun!

Complete tasks

Every tasks requires using different commands, components and teaching you different algorithms:

  • detecting obstacles,
  • detecting lines and walls,
  • following line,
  • autonomous driving.

Two scripting languages

  1. Scratch-like blocks,
  2. Nodes similar to Unreal Engine's Blueprints.


Real world examples and challenges

Line followe on the GIF above reads input from line detector sensor and sets outputs on the indiviual wheel motors. This is exactly how it works in real life.

Download

Download NowName your own price

Click download now to get access to the following files:

robocode-win64.zip 83 MB
Version 3

Development log

Comments

Log in with itch.io to leave a comment.

First level is broken the car just turns right and falls no mater what.

Hey, you need to open programmer, create a program and click "Program".  Also, only blocks inside the main 'Sequence' block will be executed. I'm available on discord if you will still have any problems: Kyroaku#3141.

(+1)

Okay I see, thanks for the help.
Also one suggestion would be to make it so it wouldn't move if you don't program it instead of turning right.

(+1)

Good point. I will remove default program. Thanks :)