2D Platform Fighter
2023 • Platform Video Game • Design & Front-End
[1] Project Overview
This 2D Platform Fighter Game is the first project I created using HTML, CSS, and JavaScript. This is a 2D Platform Fighter game that need to be play under 60 seconds. Because the game is a multiplayer game, so it need two players to control their own characters. Through this project, I gained experience in sprite animation and better understood how to use JavaScript for interactive game development.
[2] Features
- • Player 1 Controls
- Move: Player 1 can move left and right using the A and D keys.
- Jump: Player 1 can jump using the W key
- Attack: Player 1 can perform an attack using the Spacebar.
- • Player 2 Controls
- Move: Player 2 can move left and right using the Left Arrow and Right Arrow keys.
- Jump: Player 2 can jump using the Up Arrow key.
- Attack: Player 2 can perform an attack using the Enter key.