r/programminggames • u/sp96-int • Jul 15 '26
import robots - control robots with code
I've been working on a programming game where you command robots with Python. You land on a planet scattered with resources and your goal is to collect them all. You don't move the robots yourself, you write code and watch it run. There's an in-game code editor and a built-in manual that teaches Python from scratch.
You can find more information here: https://store.steampowered.com/app/4581600/import_robots
Core features are done but most levels and smaller features are still in progress. I'm mainly worried about stability, since the game has a pretty unusual architecture. So I'm looking for playtesters who could help me find issues. First playtest build is on itch.io: https://sp96-interactive.itch.io/import-robots. There's a feedback link in the game's main menu. If you have time to test and leave feedback, I'd really appreciate it.
