Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Wardini

9
Posts
10
Followers
9
Following
A member registered Jan 22, 2023 · View creator page →

Creator of

Recent community posts

OK I got it now.  thanks.

how do you play it.  where is the game source or exe?

what version of python and pygame-ce are you running?

Source code is available on itch.io

change line 206 to this to make it run on newer versions of python:

self.fire.add(Particle(self, random.randint(int(self.fire_pos[0]),int(self.fire_pos[1])), HEIGHT + random.randint(0, 100)))

sensitivity strangely seems to go up and down.  That is, some times movements seem to have more effect than others.  I don't know why that would be.   Also, go ahead and select the full screen enable button, I think it will probably work out good that way.

I think it needs an updated batFramework library.  But I couldn't find it anywhere.

strangely I wasn't able to run this without control issues (right arrow didn't work) under python 3.11 with pygame-ce.  I tried pygame under 3.10 and it worked.

(1 edit)

For the version 1.2

in sources\escenas.py change the line  

path = "/assets/"

to

path = "assets/"

and I got it to run