This is a simple scrolling platformer engine built completely by me! No code by anybody else. Bug List: Player seems to bounce off walls Player cannot die by lava unless it is a vertical collision
DevLog: v0.1: Basic game released with a few bugs including messed up collision with walls and jumping hitbox issues. v0.2: Jumping issues solved. v0.3: Did basically nothing. Added grey borders to platforms, and changed the scrolling so that it is a variable in addition to the X position blocks. v0.4: Removed grey borders, created a rough wall collision script. v0.4.5: Added a few levels.