UtiliKit is a Swift Package containing assorted code that I share across projects. There is no particular theme to the contents. If I use something in more than one project, it is likely to end up here.
The source code for this app has been released under the MIT License.
© 2024 Stephen E. Bensley
The package contains the following libraries:
General-purpose and broadly reusable code.
A library for implementing Checkers-like games with SpriteKit. A Checkers-like game has four primary attributes:
- Two players
- Only one type of piece for each player
- Game play involves moving the pieces around a board
- Turn-based
The game doesn't have to be related to the actual game of Checkers.
This library has my own branding (i.e, the visual style of the game and the app) baked in. If you find something useful here, you should probably copy the code to your own repo, so you can edit the look to match your style.