
Robo Instructus is a puzzle game in which players manoeuvre a robot by issuing instructions via a simple programming language. As players progress through the game they unlock new functions to overcome new puzzles, each of which can be solved in multiple ways.
Modeled estimate, not a reported figure. How we estimate →
Media
About
Genres
Stats
All-time low is the lowest price we've recorded for this game since we started tracking it.
Languages: English*, French, Italian, German*, Dutch, Polish*, Portuguese - Portugal, Russian*, Simplified Chinese*, Traditional Chinese, Greek, Swedish +2 more
Engagement
Hours played at review time, across 40 reviews with recorded playtime.
Reviews
Themes across 40 recent reviews and how positive each mention is. A keyword signal, not full sentiment analysis.
positive critical· bar length = how often the theme comes up
Reviews
Really well done game, programming a little robot around, it's amazing to test how far a set of simple rules can lead him. Although it's very good for programming practice, I think that it's not specifically for developers actually, because the first levels would feel limiting with only the beginning of a language. The logic expands nicely as time goes, it feels demanding but not overwhelmingly so. There are gotchas for every level, the title is often a good hint. Everything is clean, polished, you can play this on battery for hours, not a glitch in sight, refreshing in an age of half baked releases,
Be aware that if you have a problem acknowledging when the code is "done" then you'll end up sinking a frightening amount of time into this game by obsessively rewriting it.
没有中断和跟踪这两个基础调试工具,经常被困在黑暗阶段。 没有case或者switch的分步,只能用if嵌套实现,代码会很难读。 不少关卡限制功能,有种束手束脚的感觉。本来编程就是造梯子,你把工具都给我限制了就不好玩了。我觉得倒不如多点黑暗阶段,放开限制。 黑暗阶段能看到掉下去的大概位置,可以用笨方法猜出来答案,迷宫成就我就是这样解锁的。建议黑暗阶段做些随机的地板。 探测器这个想法还是不错的,不过缺少调试工具,更难了。 瑕不掩瑜,是个不错的编程游戏,但是不推荐,太难了。建议先玩玩深圳io,至少还能有个纸牌游戏。
It's really hard to make an programming/education fun i think they did a good job
This game is even something for people who have never programmed before and want to try it out. The story, environment and music are well made and completely let forget that programming was supposed to be boring...
This game is probably one of the best games I've played and it's really sad that it doesn't get more attention. I'm not sure if this game has a marketing issue or is just too niche for people, but it should definitely be more popular. TL;DR - This is a game that a programming beginner can pick up and play as well as a more advanced programmer, and players of all skill levels can have fun. There's no need to worry about getting bogged down in syntax or math, and the programming skills can directly translate to programming in real-world languages if you're a beginner looking to learn. Note: My playtime is massively inflated because I was alt-tabbed out for most of it at work. As somebody with a beginner level of programming knowledge, I was looking for a game that allowed a beginner to write text-based code to solve challenges. These sort of games are few and far between, and it's extremely rare for them to be fun. But Robo Instructus is one of the few games that accomplishes this very well. In this game, you are slowly introduced to functions which allow you to slowly learn the easy-to-use game language. While it's not a real programming language, it is similar enough to real scripting languages that it allows the player to use and practice real programming without worrying about learning difficult syntax. I played at the same time as a couple of my friends who are programmers, and I was able to outscore them on many challenges. This is actually where most of the fun came from. Simply completing a challenge is just the start, but thinking about different ways to tackle the same problem to improve my score is where I spent most of my time. The game has a global stats scoreboard as well as showing you how your friends did. Some of the early levels allow for cheese code where you manually give all directions, which is not a fun way to complete a level (you shouldn't cheese starting levels). But after the first few levels, the game introduces "dark levels" to make cheese impossible because you can't see the game area for the final level. This forces you to write code that works in any circumstance, because you don't know what your robot will be facing. Throughout the course of playing, my confidence with programming grew tremendously. I felt like I would just need to learn the syntax of other programming languages and most of what I learned in Robo Instructus definitely transfers over to programming in other languages. I was so confident near the end of the game, that I decided to go all out an build a pathfinding system from scratch to guide my robot. This is not the way that the game expects you to complete the last level. It's also very inefficient, but it allowed me to demonstrate to myself the programming knowledge I picked up along the way. And one of the great things about this game is the freedom to program whatever solutions we could come up with. I put in a ton of work and created my pathfinding program for the final level. When I finally ran it, my code worked flawlessly to determine the shortest viable path and guide my robot to the end. At least, it worked flawlessly until the dark level. For reasons totally unknown to me, my code didn't work in the dark level. There was some sort of bug which I am incapable of debugging because I can't see what went wrong. This will not be an issue for most players, and it's probably just a bug in my code, but it was extremely disappointing that I couldn't finish the last level without totally starting over and completing the code in the manner that was most likely the intended way. But this is ultimately my only complaint with the game. While completion of the non-dark levels without cheese code should allow for the completion of the dark levels, I was ultimately stuck because my code worked in the non-dark levels fine and only ran into issues in the dark level. I'd rate this game a 9/10 and it'd be 10/10 if it wasn't for my inability to debug the last level, although I know that I could complete the level by starting over and completing it a different way. I also feel it's necessary to note that some of the negative reviews on this game are downright bizarre. A dev with 10 years experience thought it got too complicated? As a beginner, I had no issues. But the lack of players on this game could make it more difficult to get more clarification from the community if your'e confused. There's a review with a complaint about "hardcoded levels," this is the cheese I mentioned and disappears after the first few levels. People can just choose not to cheese it or go through a few levels so the problem disappears. There's also a couple of complaints in reviews about your robot turning when you tell it to move forward. This is explained well in the game and really isn't complicated. You're moving from triangle to triangle so your robot can't face straight after moving forward to a new tile, or it would be facing the triangle point where you can't move. I don't expect anybody who actually tries to understand the system to have problems with it. I wouldn't let these complaints deter you from trying the game.
I could not ever really figure any of these coding games out until this one so yes its the best one lol.
なるほどこうガッツリプログラム書かせるゲームもありなのか、と思わせるプログラミング×パズル。 書いた命令通りに動くロボットを動かすソースコードを書いてゴールを目指すと、内容自体は単純ですが、なかなかに一筋縄ではいかないゲームになっています。 プログラマーの気分になってロボットによる問題解決を順当に目指していくも良し、人間オプティマイザを目指して最速・高効率のコードを生成するもよし、結構奥が深いゲームではあると思いますので、遊び方の幅はそこそこある印象です。 プログラミング好きならまずプレイしてみて損はないと思うので、頭を使うのが好きなコーダー諸兄にはオススメです。 coder_forward()
I'm a noob/amateur at programming. I have had quite an experience with Python programming especially after following guides/tutorials and reading some books. The programming language syntax in this game is easy to pick up, and it reminds me a lot about Python because Python is also a language with easy to pick up/remember syntax. This is a pretty fun programming based puzzle game so far, with some unique mechanics about the game such as whenever the robot is instructed to go forward, it will move towards the tile but veering towards its right side. Which makes sense because TRIANGLES.
Really good game for learning how basic code works. Not exactly a game I would plunk a kid who has zero idea how to code in front of but it is good for people who have, at minimum, elementary knowledge of coding and wants to build on that. People with zero idea of coding might find the game a little frustrating, especially since it is not "point and click" but you have to actually type. Tab shall become your favorite hot key. However, it's from the fact that coding itself can be confusing, the dev has done a very remarkable job trying to make everything as easy-to-understand as possible. The dev did a really good job explaining all the different parts of code, such as "loop" and "else if". I really like it! You don't have to know code prior to understand. I already know how to code but even I appreciate how simplistic it is. I like the fact the code can be slowed down line to line so you can see *exactly* where the code went wrong. The game has helpful guides but no hints so if you're stuck, it is you who will have to figure it out. The art is wonderful, though it would be nice if you could see little dots or something to see how many sub-levels there are on any given level.
Related
Related
Trends
Modeled estimate over time, reconstructed from Steam's monthly review histogram.
Momentum
Pace estimated from the game's recent review growth (our daily snapshots) at its own sales-per-review ratio — a momentum signal, not booked sales.
Audience
Estimated from the language of this game's reviews — a proxy for where players are, not official Steam demographics.
Related
| 7 Days to Die | $425.3M | 403.5K | 87% | $44.99 |
| Euro Truck Simulator 2 | $421.6M | 932.1K | 97% | $19.99 |
| Mount & Blade II: Bannerlord | $309.8M | 293.9K | 88% | $49.99 |
| The Forest | $254.8M | 678.5K | 96% | $19.99 |
| Stardew Valley | $243.2M | 1M | 98% | $14.99 |
| Project Zomboid | $239.1M | 460.8K | 94% | $19.99 |
Related
| Binaries | $25.8K | 85 | 88% | $11.99 |
| A.I. Invasion | $25.8K | 68 | 34% | $9.99 |
| Ludwig | $25.8K | 68 | 47% | $9.99 |
| Barking from the Dark | $25.8K | 186 | 88% | $3.99 |
| Million Monster Militia | $25.7K | 102 | 83% | $9.99 |
| The Rookery | $25.7K | 102 | 95% | $9.99 |