A simple 2 player 2D battle game.
🔗 Open project hosted in AWS Amplify
This is a simple educational purpose game, made to teach programming logic to children.
These are basic usage information for a player's perspective.
- The game must be played by 2 local players with a computer keyboard.
- WASD keys for player 1 and ARROW keys for player 2.
- Two rounds: round 1 using player 1 theme, round 2 using player 2 theme. Tie is allowed.
- Each player has to jump on other player's head to cause damage. The attacked player changes to mini size and keeps invincible for some seconds.
- If a player gets hit a second time, it looses the round.
The game is made with Construct3, a web no-code/low-code game engine. The folder is a project structure, and must be built using Construct Editor.
Using sound fx and soundtrack from both classic games, edited with Audacity. The sound is started after first user interacts with the window.
All sprites downloaded and edited with MS Paint.
No-code game engines are great to start children into programming. This project was used to teach a 11 years old child some game logic and design techniques.