FoonLudum Dare ExplorerLD52 → Crop METI

Crop METI

By seshoumara

View on ldjam.com

CategoryRankScoreCount
Overall4.006
Fun4.006
Innovation4.506
Theme3.626
Graphics3.006
Audio3.665
Humor2.335
Mood3.835

Comments

groundjet 2023-01-09 21:17

Pretty good programing game, pretty tough to learn but that's programing games for you, given the time it is amazing, I wish it had more instructions, specially regarding the `STATE` part of every `INSTRUCTION`.

seshoumara 2023-01-09 21:51

@groundjet One way to think of states is gears on a bicycle, just more abstract. Say you have an instruction like 'C12LD'. Even if the probe sees plant 1, if it's not in the specified gear / current state 'C' it won't do anything (skip instruction). Another ex. is say you want to change same plant/soil differently based on situation. You couldn't with one state (which does the same change), but you can switch to another state when you see it and let that do the other change :D (pro tip) I hope that helps.

merin-car-trunk-key 2023-01-10 02:35

The music is nice. I like the concept. It seems fleshed out. It'd be cool to see it published somewhere like Steam. I bet it would do well in some crowds! Good work!

judjudson 2023-01-10 02:43

Hold on a minute, I just spent 72 hours programming! Ah, I guess several more can't hurt

lzxh 2023-01-10 03:47

An educational game to teach aliens how to program Turing machines themed on Earth's harvest. Love it! Fun puzzles and plenty of levels. I would suggest a way to speed up the execution though.

duncan-3 2023-01-10 05:30

it'd be interesting if there were levels where the same program has to work for multiple test cases

seshoumara 2023-01-12 17:31

Thank you everyone for playing the game. @merin-car-trunk-key I guess it's too niche for Steam, because of the abstract language. @judjudson You didn't program anything like this though :D @lzxh Will do, not sure when though. @duncan-3 This is my second programming-game on LD, 2/2, and in each there was just no time left to implement validation tests and UI for it. So hardcoding makes it too easy.

kaliuresis 2023-01-12 22:20

Nice little programming game. I liked the backstory of being an alien spaceprobe drawing crop circles. It would be fun to see patterns drawn on a 2d field, I think your programming system would extend pretty naturally.

seshoumara 2023-01-13 06:45

@kaliuresis Thanks. A 2D field is on my mind, with the move including up and down too, but kept it off the jam to make it in time. Currently it's less about drawing and more about small input changes. In addition 2D would actually unlock drawing if the field is big enough, but I'd need to put more than 6 states. Thanks for playing. I wanted to try yours but I'm on Linux using Godot.

gotanod 2023-01-14 17:09

Very interesting game. I love programming, I have ejoyed it!

groundjet 2023-01-23 12:46

"Sorry! At this time, only participants are able to rate games." This is outrageous! It's unfair!