RoboCode
*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
- Scratch-like blocks,
- 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.
Status | Prototype |
Platforms | HTML5, Windows |
Author | Kyroaku |
Genre | Educational, Puzzle |
Made with | Unity |
Tags | coding, learning, programming, PuzzleScript, Robots, visual-scripting |
Average session | A few minutes |
Languages | English, Polish |
Inputs | Mouse |
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
- LED customization using scripting incomming!Apr 23, 2023
- New cute robot!Apr 17, 2023
- New scripting: Nodes (something between Scratch and Unreal Blueprints)Feb 28, 2023
- Color sensor WIPOct 25, 2022
- New adventure design idea!Sep 02, 2022
- Manual control hacker - new mode previewJul 18, 2022
- Help PageJun 01, 2022
- Robots, processors and funJun 01, 2022
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.
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.
Good point. I will remove default program. Thanks :)