Posted December 30, 2020 by rayblade
#Collision Detection #Raylib #Platformer
Hello,
This is a second step afer creating the mashup. I tried to create "platformer" basic element wich is jump through "platforms" to solve the games other than killing enemies by slashing them.
I think im gonna use a bigger screen size about
const int screenWidth = 1220;
const int screenHeight = 650;
then using Raylib camera to zoom in with the player at the center. In each stage it will be platforms, enemies and perks to collect.
Completing several stages is required to finish 1 Episode of the game, with one Boss each episode, skill upgrade based on money or perks collected and experience gained from slaying enemies.