Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

outono96

5
Posts
26
Following
A member registered Apr 05, 2020 · View creator page →

Recent community posts

The game was really creative, the visuals reminded me of Amanita Design. But I have to say that I expected the protagonist to be more clothed 😅. The ending was really wholesome and warm, by the way. On a technical level, I have to say that sometimes the game freezes while loading (I'm on Firefox 87.0 64-bit, running on Windows 10).

There's a problem with the game: instead of shrinking progressively, the game window seems to close and reopen with a smaller size repeatedly, and this happens so fast that no one can see very well what's going on, and it's very hard to close the game.

Hello, sorry for necroposting on this page, but you never got to publish a download link to it. Are you planning to do it? Thanks in advance.

Maybe, I think I have the same pygame version but I have Python 3.7 on Windows 10. I just commented because someone could be curious to play and not understand python enough to even know what the error was, and this error also happens on the "Plumas e Sardinhas" game. Thanks anyway.

There's a error in lines 78 and 214 of main.py where pygame.time.delay() should have a integer input, but this is fixed by changing 1000/100 to int(1000/100) or simply 10 in the source code. With that the game seems to run fine, maybe a little too fast.