Final Game Proposal

For my final project, I plan to design a simple 2D fighter game in which you defeat enemies in a tournament to prove you are the strongest.

I implemented enemy variations and a consumable for the player that will recover health points. Moreover, I added directional combat.

Here are the sprites that I designed for the game:

Here is the song that was used for the background music :

https://opengameart.org/content/8bit-title-screen

P5 Game Progress

I implemented collision detection and added animations for the collisions. I also included background music and a sound effect for attacking and being hit.

scratch game progress

I’m experimenting with switching the game to a top-down perspective instead of a side-to-side one, similar to Hotline Miami.

I also added a crude death animation

created a block for some player animations and worked on creating a functional combat system.