Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mkhrapov/sansumoku

iOS implementation of an original game.
https://github.com/mkhrapov/sansumoku

game-development ios swift

Last synced: 2 months ago
JSON representation

iOS implementation of an original game.

Awesome Lists containing this project

README

        

# Sansumoku

An original board game for 2 players, a mash-up of Sudoku and Ultimate Tic-Tac-Toe. It is implemented as an iOS app in Swift and C/C++. For user facing features please see the [Sansumoku website](https://www.sansumoku.com/). Download [Sansumoku on the App Store](https://apps.apple.com/app/id1458250030).

## For developers

What would you find interesting in this repo as a developer?

- Custom board is implemented using drawing in Core Graphics
- A number of AI Engines implemented in C and C++, so you can learn how to integrate reasonably complex C and C++ code with Swift.
- [Monte Carlo Tree Search](https://en.wikipedia.org/wiki/Monte_Carlo_tree_search) algorithm. I gave a talk about Monte Carlo Tree
Search at the Austin Algorithms Meetup. [PDF Slides](extra/MonteCarloTreeSearch.pdf).
- AI Engine implemented using Apple's [GameplayKit](https://developer.apple.com/documentation/gameplaykit),
so you can learn how to use [GKMonteCarloStrategist](https://developer.apple.com/documentation/gameplaykit/gkmontecarlostrategist).

![Sansumoku screenshot](img/sansumoku.png)