Tic Tac Toe implemented in C++/CLI/CLR using Windows Forms. Created by @Panquesito7.
You can play this game by compiling the code using Microsoft Visual Studio 2019.
Create a project, download src/TicTacToe.cpp
and src/TicTacToe.h
), and place it in your_project_name/your_project_name
.
Next, compile the source code and ensure everything runs and works fine. If you're experiencing any errors, report an issue immediately.
Copyright (C) 2020-2021 David Leal (halfpacho@gmail.com)
This program is licensed under the GNU GPLv3.0 license.
See LICENSE.md
for more information.