Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 696 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 696 Bytes

OCamlMario

A mario-like single player side-scrolling game engine built with OCaml. Player can create and load their own JSON level files.

Supported enemies:

  • Goombas
  • Bullet Bills
  • Koopas

Supported power-ups:

  • Fire Mario
  • Super Mario

How-To

To play the game, use the "A" and "D" keys to move left and right, respectively. Use "left click" to jump. Avoid Bullet Bills and try to eliminate Goombas and Koopas. Collect power-ups such as Fire Mario and Super Mario to enhance your abilities. Collect coins and complete the level as a fast as you can. Good luck!

To launch the game, run make play at the root of this repository.

Demonstration

Gameplay