Hi! I played your game on stream a few days ago! If you weren't there to watch and want to see my thoughts, check out the archived video (timestamps are in description):
Play game
Anatidae's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Artistry | #13 | 2.323 | 3.286 |
Theme | #15 | 1.919 | 2.714 |
Innovation | #16 | 1.313 | 1.857 |
Game Feel | #16 | 1.313 | 1.857 |
Polish | #16 | 1.010 | 1.429 |
Overall | #16 | 1.576 | 2.229 |
Ranked from 7 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Did you have fun throughout the jam?
Comments
The art is awesome, and camera movement is nice.
But I don't know what to do, and I can only jump with nothing else happening.
At least, I think it's the game that fits the theme the mostI wish I could play it, but even after installing batFramework, couldn't run it:(
I think it needs an updated batFramework library. But I couldn't find it anywhere.
When I tried to run it, raised `ModuleNotFoundError: No module named 'batFramework'`. So I did `pip install batFramework` and tried to run it. It imported `batFramework` succesfully, but then raised `bf.init(
TypeError: init() got an unexpected keyword argument 'default_font'`.
I commented that line, and it raised `
bf.init(
TypeError: init() got an unexpected keyword argument 'fps_limit'`, line that I also commented.
But finally it raised `
self.bg1 = bf.Image("assets/images/background.png").set_y(self.camera.get_center()[1]-150)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Image' object has no attribute 'set_y'
` and I couldn't do anything more.
I see that you said you will fix it, so I'll wait for play it.
I get this error on running your source.. maybe you're using one of your help libs which you didnt include? Really wanted to play this one sorry :(
Traceback (most recent call last):
File "C:\Users\axis\Downloads\HalloweenGamejam\HalloweenGamejam\main.py", line 1, in <module>
import batFramework as bf
ModuleNotFoundError: No module named 'batFramework'
Leave a comment
Log in with itch.io to leave a comment.