Skip to main content

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

Fire | IceView game page

Submitted by Herogo — 1 day, 4 hours before the deadline
Rated by 6 people so far
Add to collection

Play game

Fire | Ice's itch.io page

Rate this game

In order to rate this submission you must be logged into itch.io and have submitted your own entry. Anyone with an account can leave a comment.

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted

Pretty cool that you made this in Python!

Got up to about 2k before the game started getting a bit too repetitive with no real difficulty increase to speak of, but it works! No bugs or hitches or anything, though it's not quite clear when you need to switch, or if switching even has any effect. A visual indicator, like maybe the player blinking faster and faster as the mode change becomes critical, would probably help.

Good job :D

Developer

Thanks for the review,  I will be correcting these issues

Submitted

I like the snowflakes coming down. How did you do that?

Developer (2 edits) (+1)

For the snow i made particles each having random fall speed(y movement) and drift speed(in x direction) and provided each with a wobble altitude and  frequency and called update for the wobble effect using sin function. Each particle also has a random lifetime. For style used array to store the different draw function and selected the style at random