Skip to main content

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

Wardini

19
Posts
13
Followers
11
Following
A member registered Jan 22, 2023 · View creator page →

Creator of

Recent community posts

(1 edit)

Just need to continue from the last level failed.  Too much work to get back to that level again.  But this development is very good and I think it is probably the best submission this game jam.

this is great!

unspecified error when I try to unzip.   I don't know why?

look up the pygbag tool.  it's very easy to use.

wasd works for moving but only arrow for some puzzles.  took me a while to figure that out

```

    if proj.rect.colliderect(enemy.rect): enemy.hp -= 1; self.projectiles.remove(proj); hit_sfx.play()

                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

ValueError: list.remove(x): x not in list

```

what version of batframework do we need to play from source?  I have 1.0.7 and it looks like it is outdated.

(1 edit)

tough to go fast

Wait a minute.   D is tilt to the right, not W.  

great

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