Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
A jam submission

Garden_evolution&blossom&flower&plantView game page

Submitted by pythondeveloper โ€” 17 hours, 49 minutes before the deadline
Add to collection

Play game

Garden_evolution&blossom&flower&plant's itch.io page

Results

CriteriaRankScore*Raw Score
Is it related to spring and does it follow the theme?#173.3753.375
Graphics / Visuals#293.0003.000
Gameplay / Fun#352.6882.688
How much do you like the game overall?#372.6252.625
Overall#382.6382.638
Audio / Music#531.5001.500

Ranked from 16 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.

Please list ANY pre-made or AI-generated assets that you used (it's the rules!)
Online sprites for bugs&flowers

Leave a comment

Log in with itch.io to leave a comment.

Comments

Developer

the html game is a side project

Submitted

Very cool idea. Having to grow and manage your bullets is a novel idea that I haven't seen before. I do run into the error mentioned by others when moving away from the flower. Because of that, I had to wait for enemies to approach instead of going out searching for them. If that error is fixed, I think this would be a lot of fun. Great work!

Developer

yep, I'm trying to do that, but it seems like my skill is too bad for this big project, I think I have to inquire my coding teacher next week

HostSubmitted

Nice idea and I like the art! There's clearly lots of layers to the gameplay, but I found it a little difficult to understand. Thanks for jamming with us :)

Developer

thanks!

Developer

also, check out my  blooming evolution! https://pythondeveloper.itch.io/blooming-evolution-spring-custom

Submitted

Nice idea, good take on the theme. I crashed a few times but I think it was the same issue as AKKing was experiencing. It took me a minute to understand what I had to do.
Also it looks like there was no benefit to bringing a bunch of leaves to the lilypad vs just one but maybe I missed something

Developer(+1)

the more you bring, the higher chance of getting rare flowers!

Developer(+1)

also, if it makes you wait for super long, it means you are getting very high chance of getting rare and good flowers

Submitted

I see ,that makes more sense, thanks for explaining!

Submitted

What in the hackerman is that title ahahaha
Nice game, I had fun.

Submitted

Pretty alright game. Neat take on the theme

Developer

a bit too laggy though

Submitted

Issue with it crashing when exploring lol

Really loved the game but it was a bit slow at times :(

Developer

what issue, when does it happen, screenshot please! I wanna fix it so badly!

Submitted

I have it recorded on stream, if you explored too much in one direction the game would crash. I'll send a screenshot and the clip after stream is finished lol

Developer(+1)

thanks very much, did you every submitted anything on itch.io?

Developer(+1)

I think it might be because of the limit I set for map generation, did you see what error output it said on the terminal?

Submitted

Idk I'll have to see when I look through the vod

Developer(+1)

also, why is your game took sooooo long to load? (or is it my internet problem?)

Submitted(+1)

No it just has a large file lol

Developer(+1)

how large?( like how big the file size is 100mb?)

Submitted

Idk thats a question for mango, I just know its on the larger side, I think it could be close to 500mb+?

Developer(+1)

500mb! what language is it written in! I written mine in python but I bundled it with the python interpretor and executer which are both super large and it still stayed under 500mb.

Submitted

This is one of the error logs that I got, you can watch the full playthrough I did here, starting at timestamp 1:23:30 Video

Developer(+1)

oh! it's because I set a random value for the map expanding, since the map expands too much, the random algorithm is contradicted with the reality(I think so, I will dive deeper into it!)

Submitted

๐Ÿ˜‚ Gotcha

Developer (1 edit) (+1)

I looked deep into it, and it is even worse than my expectation, it looks like my game logic contradict with the basic python library!

Submitted

oh no!! ๐Ÿ˜‚ 

Developer(+1)

it looks like my map limit is too big!

Developer (1 edit) (+1)

see the last 2 lines of the error? random.py isn't a file I had, it is a python libary file!

Submitted

This is tuff bro!