simple swift tic-tac-toe game for iOS using SpriteKit & GameplayKit
- added a UIColor extension to use your own Hex colors
UIColor(hex: "282C34")
- HapticFeedback when pressing buttons
- implemented iOS Alerts,
showAlert(title: , message:)
- object-oriented tic-tac-toe design
- using sf-icons (png) from hotpot.ai
Coded by @ignaciojuarez