Around The Table
Board gaming powered by Swift and Kitura
(Updated )
Introduction
After more than a year of experimenting with server-side Swift and building sample projects, I am now proud to publish my first larger-scale project built using Swift and Kitura: Around The Table, an open source platform to support tabletop gaming communities.
Features
Around The Table supports the following features:
- Host games and connect with other players in your area
- Fetch game information from BoardGameGeek
- Sign-in with Facebook
- Search for games in your area
- Chat with hosts and players
Screenshot
Implementation
The following technologies were used to build Around The Table:
- The Swift programming language
- The Kitura web framework
- The Stencil templating language
- The MongoDB database
For more information, see the useful links below.