Skip to content

richy486/Platformer

Repository files navigation

Platformer

Experements in building a platformer in the style of Super Mario World and/or 3.

Build with

  • Swift 4.2
  • Xcode 10
  • macOS
  • Sprite Kit

Inspired by

Slope Colisions

Collisions on slopes are done by using two bounding boxes on each half of the player and adjusting them if the player is above a slope.

Adjusting Bounding Box Slope Collision

This is similar to the solution found on this post.

Other Links

Releases

No releases published

Packages

No packages published

Languages