Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 458 Bytes

File metadata and controls

7 lines (7 loc) · 458 Bytes

Super-Mario

A mini version of the Super Mario on Intel 8088 emulator using Assembly language. The game has the following features:

  • a Mario character, hurdles of different sizes, and a kingdom object.
  • enemy characters that move left and right
  • a monster character that floats over and throws fireballs
  • game is lost if the Mario character collides with the enemy or the fireball and the game is won if the character safely reaches the kingdom object.