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

https://github.com/sanzaru/threet-swiftui

ThreeT or 3T is the implementation of an old text based version I wrote some time ago (https://github.com/sanzaru/threet) in SwiftUI.
https://github.com/sanzaru/threet-swiftui

game ios macos swift swiftui tic-tac-toe

Last synced: 3 months ago
JSON representation

ThreeT or 3T is the implementation of an old text based version I wrote some time ago (https://github.com/sanzaru/threet) in SwiftUI.

Awesome Lists containing this project

README

          

# ThreeT

## Just a simple Tic-Tac-Toe game

ThreeT, or simpler 3T, is the rewrite in SwiftUI of an old text based C++ version of Tic-Tac-Toe I wrote some time ago (https://github.com/sanzaru/threet).
The goal of this project is not to be a serious competitor. It is more a personal learning project for me to get more into SwiftUI programming.

For more information, screenshots and App Store links visit the project site at: https://threet.seriousmonkey.de/

### Available game modes:

- Play alone: Play against the computer
- Against a friend: Play against a friend on your phone

For now, there is no network multiplayer implemented.

### Supported languages:

- English
- German

## Changelog

* v1.5
- Implemented machine learning model to replace old enemy logic

* v1.4.1
- Visual improvements
- Fixed tablet layout
- Bug fixes and performance improvements

* v1.4
- Bug fixes and performance improvements
- Apple Silicon M1 support

* v1.3
- Mac Catalyst Version

* v1.2
* User interface improvements
* Added settings view
* Added in-game sound

* v1.1
* Fixed the exit dialog message

* v1.0
* Initial release