Skip to content

Latest commit

 

History

History

30-Project14

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Project 14

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

Includes solutions to the challenges.

Game Over sounds under CC Attribution license thanks to notchfilter and tim.kahn

Bonus:

  • New game option

Topics

SKCropNode, SKTexture, SKAction

Challenges

From Hacking with Swift:

  1. Record your own voice saying "Game over!" and have it play when the game ends.
  2. When showing “Game Over” add an SKLabelNode showing their final score.
  3. Use SKEmitterNode to create a smoke-like effect when penguins are hit, and a separate mud-like effect when they go into or come out of a hole.

Screenshots

screenshot1 screenshot2