Skip to main content
Coding Game Recommendation: The Farmer Was Replaced

Coding Game Recommendation: The Farmer Was Replaced

gunyoung.Park
Author
gunyoung.Park
Always curious, always exploring new tech

I found an interesting game on Steam and wanted to share it. πŸ˜‚

Game Screen
Game Screen
Python for loop explanation
Python for loop explanation

The Farmer Was Replaced is a game where you have a drone that you control by writing Python code to automate crop farming. lol πŸ˜‚

The game actually explains Python syntax pretty well, so it might not be a bad way for Python beginners to learn while having fun?

I haven’t enabled Korean mode yet so it’s showing in English, but it seems to support Korean as well..!

Skill Tree Screen
Skill Tree Screen
In-game Docs
In-game Docs

When I first started playing, I was confused because I couldn’t even declare variables. But turns out you need to unlock functions, variables, etc. by spending resources earned from farming crops…

It’s pretty addictive, and the core content seems to be implementing optimized algorithms to expand your farm, plant crops, and harvest them at the right timing as they grow.


As of today, it’s 20% off on Steam, so if you’re interested (developers?), I’d recommend giving it a try…? πŸ˜„

Steam Link: The Farmer Was Replaced

Related