Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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