# SpriteKitDemoBySwift **Repository Path**: bitristan/SpriteKitDemoBySwift ## Basic Information - **Project Name**: SpriteKitDemoBySwift - **Description**: A tutorial on SpriteKit for beginners. Coding by swift. - **Primary Language**: Swift - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2014-07-31 - **Last Updated**: 2022-08-17 ## Categories & Tags **Categories**: ios-modules **Tags**: None ## README SpriteKitDemoBySwift ==================== A tutorial on SpriteKit for beginners. Coding by swift. The online tutorial is http://www.raywenderlich.com/zh-hans/51919/sprite-kit-%E5%85%A5%E9%97%A8%E6%95%99%E7%A8%8B The project is also available on github: https://github.com/Tinker-S/SpriteKitDemoBySwift The demo has 2 scene, one for the main game scene and the other is the result scnene. When you hit more than 20 monsters, it will jump to the result scnene and show you win the game. Otherwise when more than 5 monsters escape left of the screen, it will jump to the result scene and show lose. The screenshots was like this: ![Screenshot](Screenshot/game.png) "Main" ![Screenshot](Screenshot/success.png) "Success" ![Screenshot](Screenshot/lose.png) "Lose"