
Conway's Garden
This game is from ldjam.com, which is currently unavailable.
You can try viewing the original page on Web Archive (may not load correctly).
You can try viewing the original page on Web Archive (may not load correctly).
How to "play":
The mouse You can click the "seeds" button to plant seeds in the play area (the "dirt" on the left). They will grow. There are different patterns and timing involved in getting new plants to grow. You can use the "scythe" button to allow the "removal" of plants.
You can use the "cursor" button to click on the existing plants to help them grow faster and help with timing of patterns.
The game will "tick" and the plants grow on each tick. Each plant has a number of ticks needed to grow to the next stage. Sometimes other plants grow depending on the pattern of the surrounding tiles and the stage of the plants on those tiles.
There isnt really a win or lose condition. But it is fun to see the plants grow.
Idea
I have been looking for a good reason to tinker with Odin-lang. LD is the perfect time to do that.The idea was a sort of farming simulation / incremental game about collecting different types of plants based on patterns and time. I'm not sure that there is much of a loss condition but it seems fun to click things etc.
While I did not not finish the game I think some of the "bones" are there. There are a several
(source code readme)[https://github.com/beersbr/ld58/blob/main/README.md]
Update Crash v0.0.1+p1
Updated the code to fix a crash when harvesting.