p5.js / jam / 8

For this assignment, I had to redo the sprites for Jam into something more interactive. Here’s a list of things I changed for this assignment.

Change log:

  • removed p5 generated character sprite & added animated GIF’s to replace player sprite
  • properly coded player entity and fish collatable
  • tidied up coding and organized lines within their proper lines
  • added background music
  • added collision element between player and both fish entities

https://editor.p5js.org/k1tm/sketches/kdLnrX6Fc

Final project proposal

For my final project, I will create a 2d game where the player controls a cat that eats birds flying in the sky.

I added a mouse obstacle that attacks the cat to create more balanced gameplay.

For the player sprite, I used these animations:

For the bird sprite, I create these animations:

For the background music I used the song https://opengameart.org/content/bird-game-music

For the sound effects, I used:

https://opengameart.org/content/meow

Assignment 10

During this week I made my buttons functional and added my backgrounds. Also added a score and font to my game.

link to my code