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.
- Host: GitHub
- URL: https://github.com/sanzaru/threet-swiftui
- Owner: sanzaru
- License: apache-2.0
- Created: 2020-08-08T19:41:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-10-01T22:42:19.000Z (9 months ago)
- Last Synced: 2025-10-02T00:22:08.372Z (9 months ago)
- Topics: game, ios, macos, swift, swiftui, tic-tac-toe
- Language: Swift
- Homepage:
- Size: 980 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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