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.