https://github.com/panquesito7/tic_tac_toe
Tic Tac Toe game built in Windows Forms and C++/CLR.
https://github.com/panquesito7/tic_tac_toe
c-plus-plus cli clr cpp game hacktoberfest tic-tac-toe tictactoe tictactoe-cpp tictactoe-game windows-forms windowsform windowsforms
Last synced: 6 months ago
JSON representation
Tic Tac Toe game built in Windows Forms and C++/CLR.
- Host: GitHub
- URL: https://github.com/panquesito7/tic_tac_toe
- Owner: Panquesito7
- License: other
- Created: 2021-03-24T21:50:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-31T15:45:52.000Z (almost 2 years ago)
- Last Synced: 2025-03-25T18:21:56.349Z (7 months ago)
- Topics: c-plus-plus, cli, clr, cpp, game, hacktoberfest, tic-tac-toe, tictactoe, tictactoe-cpp, tictactoe-game, windows-forms, windowsform, windowsforms
- Language: C++
- Homepage:
- Size: 125 KB
- Stars: 14
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Tic Tac Toe
[](https://github.com/Panquesito7/tic_tac_toe/actions/workflows/build.yml)
Tic Tac Toe game made in C++ using Windows Forms, CLI/CLR.\
A mode against A.I. will be released very soon!
## Requirements
- Microsoft Windows 10 1909 build or later.
- [Microsoft .NET Framework 4.8](https://dotnet.microsoft.com/en-us/download/dotnet-framework/net48) or later.
- [Microsoft Visual Studio 2022](https://visualstudio.microsoft.com/) or later.
- This is only required if you want to build the program yourself.
- Microsoft Visual C++ Redistributable for Visual Studio 2022 or later.
- If you're not installing Visual Studio, this will be required to run the program.
- You can see the links in [`vc_redistributable_links.txt`](vc_redistributable_links.txt).## Running the program
### Downloading the program
1. Download the latest release for your architecture (64-bit or 32-bit) from the [releases](https://github.com/Panquesito7/tic_tac_toe/releases) page.
2. Extract the contents of the ZIP file to a folder of your choice.
3. Open the executable file. You will need to install the dependencies mentioned above **if applicable**.### Building yourself
1. Clone the repository.
```bash
git clone https://github.com/Panquesito7/tic_tac_toe.git
```2. Install the latest Microsoft [Visual Studio 2022](https://visualstudio.microsoft.com/) version with .NET Desktop Development workload.
- You might need to install C++/CLI support (v143) from the Individual Components tab.3. Open the solution file in Visual Studio.
4. Build the project using the `Release` configuration for the desired architecture.## License
See the [`LICENSE.md`](LICENSE.md) file for full information and details.