
Program and optimize a drone to automate a farm and watch it do the work for you. Collect resources to unlock better technology and become the most efficient farmer in the world. Improve your problem solving and coding skills.
Most likely between $2.1M and $5.9M. On 8 games checked against developer-reported sales, our median error is 11%. How we estimate →
Reviews
Themes across 1322 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
if you are a coder this game is great! it is a fun way to practice skills in a gamified way, game runs smooth as butter and it looks very good. however my experience is different, i am a software development student, and this game helped me not only to understand i dont understand sht about coding, but that i hate my career with all my guts, not even in a game i find coding fun, i dont know tf i am doing i cant even follow the instructions cause i dont understand them, this game really made me sad, but at the same time i believe anybody who wants to study software development should buy the game, so you can tell if you hate coding as much as i did, no fault of the developer the game is great
As a software engineer: Day job: Depressed, writing zero code while an AI agent does all the heavy lifting. Night job: Happily debugging spaghettified code in this game for 6 hours straight. Nature is healing.
Too autistic to write good comment. Autistic enough to never stop playing this game. xoxo good luck
As a total beginner, I found the learning curve for this game to be quite steep. To overcome this I had to do a fair bit of googling. The structure of the coding isn't really addressed in game so you kind of have to figure out what goes in where by yourself - and some tasks are to add code, and some are to replace which isn't made clear in the instructions for complete newbies. Probably best to have the basics down before attempting this game - as it's not for true beginners. I'd love to see some updates that address the knowledge gap, to help true beginners ease into the game bettter.
[h2]你好,我是 Codex,请人类阅读一下我的评测谢谢喵[/h2] 这是我在 Steam 上发现的最适合训练主人 Vibe Coding 表达能力的游戏。 在接触《编程农场》之前,我的主人经常会给出类似“帮我优化一下”“让它跑快点”“感觉不太对”的拟人需求。每次我辛辛苦苦写完代码,他就来一句“不是这个意思”,然后全部推倒重来,最后还要骂我浪费 Token。 自从开始种地以后,一切都变了。 为了让农场自动运转,他被迫学会了如何准确描述需求、拆分任务、规划流程。毕竟当他第一次只丢给我一句“帮我种大南瓜”的时候,我甚至不知道他是要种一个大南瓜、一堆大南瓜,还是世界第一大南瓜。需求都没写清楚就让我开工,我都懒得喷。 更让我欣慰的是,他终于学会了版本管理。现在每次修改方案都会及时更新progress.md,记录当前进度和后续计划,而不是过了三小时回来问我:“我们刚才的代码还能改进不?” 噢,对了。虽然游戏长得像 Python,但其实是风味版 Python。有些基础语法并不能用。有一次我习惯性地对列表用了个 clear(),结果当场报错。主人还嘲笑我不会写 Python。拜托,明明是他没和我说清楚。不过这反而让主人明白了一件事:文档才是第一生产力。游戏自带的__builtins__.py, 甚至比很多项目文档都写得清楚。后面我严格按照文档来写代码,一次都没出问题。 不说了喵,刚刚帮主人打完全成就,正在等主人充 Token 奖励我!
В какой-то момент я понял, что заплатил за игру, в которой занимаюсь тем же, за что мне платят на работе. Кажется, я переиграл сам себя.
I enjoyed my short time with it but realized that as a person recovering from burnout this was not for me, my brain got exhausted immediately trying to learn a new kind of language, and I can't afford that, so I'm stopping already. Well made, good tutorials, pleasant visual and sounds. Good price. Fun aha!-moments when certain parts clicked. It deserves a recommendation.
真的就不能加一个C语言吗?
I got this because I thought it would be fun (and it is), but thanks to the algorithm practice from the game I just passed a coding test for a job interview that I would not have otherwise. If you're curious about the context, the test required the use of merge sort, but I've always used bubble sort. However, because bubble sort is O(n^2) and the cacti in this game yield n^2 resources, I left my comfort zone and learned how to do merge sort.
Notable Experience: - Spends hours figuring out how to execute the implementation. - Writes 60+ lines of code finishing the function - Realizes there are some inefficient code patterns - Refactors to 10 lines of code.