demo

demo

(log in to comment)

Comments

I had trouble running the game because the files were not found: e.g. the game looks for slide__001.png but the file is Slide__001.png.
Even when I fixed that, I got this exception when playing the game:

Traceback (most recent call last):
File "main.py", line 118, in <module>
level1end = peranaichill_running.main()
File "/home/terka/pyweek/30/30/peranaichill/PyWeek-PeraNaiChill-master/Integrated_Swargo/gamelib/peranaichill_running.py", line 432, in main
main()
File "/home/terka/pyweek/30/30/peranaichill/PyWeek-PeraNaiChill-master/Integrated_Swargo/gamelib/peranaichill_running.py", line 428, in main
if event.key == pygame.K_q:
AttributeError: 'Event' object has no attribute 'key'