Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 437 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 437 Bytes

Tanks - Gameplay example with SpriteKit

This SpriteKit based tank game is not a full featured game but shows many of the main concepts of a real game (using SpriteKit and Swift 4). Topics covered:

  • Scrolling
  • Level creation (Hills)
  • Physics 2D
  • Gameplay
  • Scoring
  • HUD's
  • Sounds
  • Particle Systems
  • Multiplatform (iOS, tvOS, macOS)

Screenshot 1

Screenshot 2