IndieCoderMM / platformer-raylib

🧱 2D platformer game with procedural level generation, smooth camera, collectibles and checkpoints. Made with Raylib.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🎮 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

About

🧱 2D platformer game with procedural level generation, smooth camera, collectibles and checkpoints. Made with Raylib.

License:MIT License


Languages

Language:C++ 99.9%Language:Batchfile 0.1%