Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avindra/ttt-plusplus
:o2: C++ Tic-Tac-Toe game
https://github.com/avindra/ttt-plusplus
algorithm c-plus-plus emscripten game geometry qt qt-wasm qt4 qt5 qt5-gui solved-game tic-tac-toe tic-tac-toe-cpp wasm-game
Last synced: about 5 hours ago
JSON representation
:o2: C++ Tic-Tac-Toe game
- Host: GitHub
- URL: https://github.com/avindra/ttt-plusplus
- Owner: avindra
- License: mit
- Created: 2015-03-17T01:08:53.000Z (over 9 years ago)
- Default Branch: src
- Last Pushed: 2021-06-10T02:20:02.000Z (over 3 years ago)
- Last Synced: 2023-02-28T19:45:50.589Z (over 1 year ago)
- Topics: algorithm, c-plus-plus, emscripten, game, geometry, qt, qt-wasm, qt4, qt5, qt5-gui, solved-game, tic-tac-toe, tic-tac-toe-cpp, wasm-game
- Language: C++
- Homepage: https://dra.vin/#/ttt-plusplus
- Size: 2.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# ttt-plusplus
:o2: Tic-Tac-Toe++: game and solution
Solver written in C++, based on mappings created through pure duress.
The desktop and web frontend is built on version 5 of Qt, a highly portable GUI library.
[❎ Click to play online (via WebAssembly)](https://avindra.github.io/#/ttt-plusplus)
## About
This project aims to be a solid reference example of a modern C++ Tic-Tac-Toe application, including a full solution to the game.
## Stack
See the [ttt-plusplus wiki](https://github.com/avindra/ttt-plusplus/wiki) for information on software, building, testing, etc.
## Archive
* Originally built at [code.google.com](http://code.google.com/p/ttt-plusplus).
* [C# version](https://github.com/avindra/tic-tac-toe-dotnet), used to bootstrap the C++ codebase