Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.13 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.13 KB

🎮 Gameboy Adventure

Screenshot00

✒️ Description

Basic 2D platformer game like Super Mario. Player will have to avoid obastacles, and collect the key to unlock the door to next level. All levels are procedurally generated, and currently there is no difference in difficulty. If player passes a checkpoint in the level, he will respawn at the checkpoint.

⚙️ Tools

🎃 Features

  • 2D platformer physics
  • procedural generation
  • smooth camera effect
  • checkpoint location

🕹️ Controls

Keyboard:

  • KEY_LEFT or KEY_A (to move left)
  • KEY_RIGHT or KEY_D (to move right)
  • KEY_UP or KEY_SPACE (to jump)
  • KEY_ENTER (to unlock door or to enter)

📷 Screenshots

Gameplay demo

Level generation

💎 Resources

🎯 Todo

  • Particle system & emitter
  • Level difficulty
  • SFX
  • Enemy