Skip to content

Simple platformer template

Compare
Choose a tag to compare
@deanblackborough deanblackborough released this 03 Aug 16:25
· 31 commits to main since this release

Initial features

  • Player moment - left, right, jump
  • Gravity setting and terminal velocity setting
  • Max jumps setting
  • Moving jump through platforms, move in x and/or y
  • Player collision with ground
  • Player collision with jump through platforms
  • Player collision with moving jump through platforms
  • Players can drop through jump through platforms with down + jump
  • Players can drop through moving jump through platforms with down + jump
  • Player sprites for idle, running and jumping