A downloadable game for Windows, macOS, Linux, and Android

Download NowName your own price

the same as i mentioned at http://nitrofurano.altervista.org/python/bwekamba/index.html -  it was a game which development i used as warm-up for PyWeek contest

Download

Download NowName your own price

Click download now to get access to the following files:

Bwekamba_pygame_202006101342.tar.bz2 103 kB
Bwekamba_pygame_200908231214.tar.bz2 100 kB

Comments

Log in with itch.io to leave a comment.

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.

thanks! this game was developed long time ago, no surprise updates on python and pygame would affect it... :D

(+1)

published a new version of it - no errors appeared on the previous version here (Ubuntu 20.04 amd64 (GNU/Linux), Python 2.7.18rc1, Pygame 1.9.6 ) - perhaps the error appeared there because you're using Python 3.x, or other operating system?

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.

thanks! i'll try to fix "Plumas e Sardinhas" asap! ;)