← Return to game
Log in with itch.io to leave a comment.
Cool idea! I wonder what would it be like with some automation aspects (conveyors, assemblers, etc.)
Yeah I also thought of that. Maybe I'll try it out at some point but with a less confusing rule/grid mechanic.
Ah you were the guy who also made a farming drone game. Have you seen what my farm drone prototype turned into? It's now in early access on steam https://store.steampowered.com/app/2060160/The_Farmer_Was_Replaced/
Yes, it was me :)
I'll check it out when I have time and Windows (currently only have Mac)
Programming is done in a simple language similar to python
How did you implement the execution part? Did you implemented custom interpreter yourself or found some library for that?
I made a custom interpreter because I wanted control over some things like when and how long certain expressions take to execute.
← Return to game
Comments
Log in with itch.io to leave a comment.
Cool idea! I wonder what would it be like with some automation aspects (conveyors, assemblers, etc.)
Yeah I also thought of that. Maybe I'll try it out at some point but with a less confusing rule/grid mechanic.
Ah you were the guy who also made a farming drone game. Have you seen what my farm drone prototype turned into? It's now in early access on steam https://store.steampowered.com/app/2060160/The_Farmer_Was_Replaced/
Yes, it was me :)
I'll check it out when I have time and Windows (currently only have Mac)
How did you implement the execution part? Did you implemented custom interpreter yourself or found some library for that?
I made a custom interpreter because I wanted control over some things like when and how long certain expressions take to execute.