• 2 Achievements Earned
  • 1 Players Tracked
  • 21 Total Achievements
  • 50 Obtainable EXP
  • 0 100% Club

Steam Price History

Store Description

Virtual Robots is a robot programming simulator. The objective of this game is to write code for your robots. Yes, WRITE.
Ironically, this game does not have a code editor. The best code editor you can get for Virtual Robots is probably Notepad++. If you decide to use Notepad++ you can find syntax highlighter in "scripts/notepad++pyrois".
After you write code, you can assign it to your robots and watch them do, what you told them to do. If there are any compilation errors in your code, game will tell you by pointing at the line, where the first compilation error occurred.
Robots can carry boxes, use guns and swords, navigate through a maze and open doors with sensors.
Robots use Pyrois scripting language for their code. Pyrois is an interpreted language with syntax similar to C++ and Java.
You can find out more about Pyrois here:

Game features 11 tutorial levels that can help you understand how robots work. Tutorial 0 should also teach you how to use Pyrois scripting language.

This game was first intended to be used in schools and collages where students show interest in robot programming but don't have access to real robots or don't have sufficient amount of them. Easier levels are simple "go to" levels. Harder levels require robots to observe the environment for objects and other robots. There are 18 levels that require you to write code for your robots. Game has also few custom levels that were used for development and can now be used to test different scripts.

About game interface languages: Game interface language can be set to English, German or Slovak but comments in script examples are always written in English.