Skip to content

Latest commit

 

History

History
 
 

39-Project29

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Project 29 - Exploding Monkeys

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

Includes solutions to the challenges.

Topics

SKTexture, Filling a path, Mixing UIKit and SpriteKit, Texture atlases

Challenges

From Hacking with Swift:

  1. Add code and UI to track the player scores across levels, then make the game end after one player has won three times.
  2. Add Auto Layout rules for the UI components in our storyboard, allowing them to remain positioned neatly regardless of which iPad size is used.
  3. Use the physics world’s gravity to add random wind to each level, making sure to add a label telling players the direction and strength.

Screenshots

screenshot1 screenshot2 screenshot3 screenshot4