Skip to content

andre-mr/sonic-vs-mario

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

🌳 Sonic vs Mario

A simple 2 player 2D battle game.

🔗 Open project hosted in AWS Amplify

📃 About the project

This is a simple educational purpose game, made to teach programming logic to children.

🚧 Built with

🎮 Basic usage

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.

⌨️ Notes for developers

💻 Game engine

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.

🔉 Music and FX

Using sound fx and soundtrack from both classic games, edited with Audacity. The sound is started after first user interacts with the window.

👾 Sprites

All sprites downloaded and edited with MS Paint.

Final considerations

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.