Skip to content

UtiliKit is a Swift Package containing assorted code that I share across projects.

License

Notifications You must be signed in to change notification settings

stephenbensley/UtiliKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

icon

UtiliKit

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.

License

The source code for this app has been released under the MIT License.

Copyright

© 2024 Stephen E. Bensley

Libraries

The package contains the following libraries:

UtiliKit

General-purpose and broadly reusable code.

CheckersKit

A library for implementing Checkers-like games with SpriteKit. A Checkers-like game has four primary attributes:

  1. Two players
  2. Only one type of piece for each player
  3. Game play involves moving the pieces around a board
  4. 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.

About

UtiliKit is a Swift Package containing assorted code that I share across projects.

Topics

Resources

License

Stars

Watchers

Forks

Languages