Skip to content

Latest commit

 

History

History
 
 

34-Project26

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Project 26 - Marble Maze

https://www.hackingwithswift.com/100/85

Includes solutions to the challenges.

Portal assets under CC0 License thanks to Mumu.

Topics

Accelerometer, CMMotionManager, Load level from file, Physics Bitmasks

Challenges

From Hacking with Swift:

  1. Rewrite the loadLevel() method so that it's made up of multiple smaller methods. This will make your code easier to read and easier to maintain, or at least it should do if you do a good job!
  2. When the player finally makes it to the finish marker, nothing happens. What should happen? Well, that's down to you now. You could easily design several new levels and have them progress through.
  3. Add a new block type, such as a teleport that moves the player from one teleport point to the other. Add a new letter type in loadLevel(), add another collision type to our enum, then see what you can do.

Screenshots

screenshot1 screenshot2 screenshot3 screenshot4