Hackers 8-bit
Awards
Scores
Ratings (show detail)
Overall: 3.3
Fun: 2.9
Production: 3.3
Innovation: 3.7
Respondents: 17
Files
File | Uploader | Date |
---|---|---|
screenshot.PNG
gameplay |
DR0ID | 2014/05/18 00:02 |
hackers8bitv10.zip
— final
final submission |
DR0ID | 2014/05/17 23:59 |
20140515162410.png
first grapics |
DR0ID | 2014/05/15 14:29 |
Diary Entries
Bugfix
Hi
unfortunately there is a small bug:
Line 223 in dialogs.py should be:
sound.songs['infados'].play()
Sorry for that inconvenience.
If you want to skip the levels press F8 n times and then F9 (look the level index up in context.py on line 946)
unfortunately there is a small bug:
Line 223 in dialogs.py should be:
sound.songs['infados'].play()
Sorry for that inconvenience.
If you want to skip the levels press F8 n times and then F9 (look the level index up in context.py on line 946)
Another bug has been reported!
Hi
unfortunately another bug has been reported. It is corrected very simple:
gamelib/context.py line 296 should be:
If you want to get the corrected source you can get it here:
https://bitbucket.org/dr0id/pyweek-games/src/6dd2036861a90fc647842a40e80bfb45fe7231dd/pyweek18-2014-05/?at=default
unfortunately another bug has been reported. It is corrected very simple:
gamelib/context.py line 296 should be:
if spr == self.sprite and self.sprite is not None and hasattr(self.sprite, "on_click"):
If you want to get the corrected source you can get it here:
https://bitbucket.org/dr0id/pyweek-games/src/6dd2036861a90fc647842a40e80bfb45fe7231dd/pyweek18-2014-05/?at=default