game screenshot

puggu

Feed your eggs and grow butterflies.

Beware of snakes.
Dont starve.

github.com/KrishnaManaswiD/puggu

Awards


龙蛇飞舞
Presented by xmzhang1

Give this entry an award

Scores

Ratings (show detail)

Overall: 2.8
Fun: 2.8
Production: 2.9
Innovation: 2.9

11% respondents marked the game as not working.
Respondents: 8

Files

File Uploader Date
puggu.jpeg
game screenshot
pillitoka 2020/03/29 00:23
puggu.zipfinal
Final puggu game
pillitoka 2020/03/29 00:17

Diary Entries

Setting up

started with an idea for the game.

learnt pyglet basics. wrote some code. set up a git repo.

Add a comment

Added movement and sound

learnt how to add movement to player and objects in the game. sound is now working.

game idea being refined.

Add a comment

Getting there

Had a lot of fun building it.

Add a comment

Super fun

First ever pyweek. Had a great time making the game. Learnt many things. Finished in time. Enjoy playing it.

4 comments

Issue with sound on ubuntu ffmpeg

Some of you reported an error with sound files on ubuntu related to ffmpeg.

If the error is only with game-over sound, please try commenting out the following lines.

game/run_game.py line 148 

gameModules/resources.py line 57. 

If the trouble is with all sound files, comment out the following. 

game/run_game.py lines 71 to 75 and line 148 

gameModules/bomb.py line 20 

gameModules/egg.py lines 29, 35 

gameModules/player.py lines 93, 98, 107, 110 

gameModules/spittingSnake.py line28 

gameModules/resources.py lines 52 to 59 


We apologise for the inconvenience.

Add a comment