I'm new to Swift / Objective-C but have been coding Mac and Windows apps / games for years using Xojo (similar to Visual Basic).
I want to make a simple turn-based strategy game with a tiled hex map and I want to do it in Swift for Mac OS X. What technology is best to start with? Can this be achieved with SpriteKit or are there any other open source tile engines I can use with Swift to give me a head start (whilst I could write my own hex engine, I'd rather not as that's not the fun part of making a game!).