Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Hey, it's a fun little game!
Enemies killed me at the start of the game even didn't gave me a chance to read the tutorial.
Also I keep get errors when restart the game!
But good job! Music and art style is interesting and keep entertaining :)

(10 edits)

Hello, thank you for your feedback, by the way what errors are showing up? My game has different problems on different pcs :( On my windows instalation (which is 5 years old, so it has some old drivers and so on wasn't updated for a while...) it makes screen flicker (i developed the game on linux), on other windows laptop the interface was not in the right place (because it also has old windows installation probably), but on one windows pc it ran with no problems...

(+1)

One was this one... There was another one but I didn't have a screenshot of that.

(+1)

Interesting, the error is in the tutorial hiding code. I couldn't replicate this unfortunately :( I will try to find more specific reason for that. 

(1 edit) (+1)

Gool luck and cool to see those "non generic big engine" errors :)

(1 edit) (+1)

Ursina engine for python  is quite small engine (and it's filled with internal engine bugs) :) And i found out if you call .disable() function on disabled object it shows an error and quits, but if you use object.disabled = True on disabled object, then no error accurs. So i am going to change disable() to disabled=True after jam period :)