From fe10af7235b45ad722741b8faa7172c6395623f5 Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 17 Oct 2025 21:04:42 +0200 Subject: [PATCH] vault backup: 2025-10-17 21:04:42 --- Game/Existing Projects.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Game/Existing Projects.md diff --git a/Game/Existing Projects.md b/Game/Existing Projects.md new file mode 100644 index 0000000..f517542 --- /dev/null +++ b/Game/Existing Projects.md @@ -0,0 +1,18 @@ +## The Farmer was replaced + +[Reference from Steam](https://store.steampowered.com/app/2060160/The_Farmer_Was_Replaced/) + +Currently one of the most near game concept I was thinking about. The impact on the game logic is only possibly through coding which makes it the most similar example of coding games. + +### Pros + +- Python as programming language (almost full python) +- Single topic - farming - something that everyone knows and familiar with due to lot amount of games about farms +- Achievements that unlock new coding concepts and features like `while` loops, `if` statements, `variables` etc. + +### Cons + +- No game plot +- Game feels like sandbox after a while + +[The Farmer was replaced](https://store.steampowered.com/app/2060160/The_Farmer_Was_Replaced/) \ No newline at end of file