Adding the assets to my game

jellyjulia
MEA 300: Game Design
2 min readOct 9, 2017

Adding the assets to my game involved a lot of googling about the p5.play library and some help from a friend.

What I added so far: the platform, the obstacles/enemies (animals), one of the main characters, and the items (lives).

Here are screenshots of what the game looks like now:

the main character (chickpea) jumping over 2 of the enemies (chicken and pig)
the main character (chickpea) and one enemy (cow)
items (lives)

Here are screenshots of how the code looks like:

adding image to the character and to the platform
adding image to the clouds and to the enemies (part 1)
adding image to the enemies (part 2)
adding image to the lives

I still don’t have any ideas for rewards.

--

--