GitXplorerGitXplorer
P

tic_tac_toe

public
14 stars
4 forks
1 issues

Commits

List of commits on branch main.
Verified
ae01fc545a8ffd222b38970cadf74e61d449407d

Update LICENSE.md

PPanquesito7 committed a year ago
Verified
89783e62de145f267224537d627ee044a2562a22

Change license to MIT (#11)

PPanquesito7 committed a year ago
Verified
8a92d61bf626e042a459bec8456424839f8e837e

Update TicTacToe.h

PPanquesito7 committed a year ago
Verified
e4b027678c152dc1bfffef3884639f6055b8b6db

Update screenshot

PPanquesito7 committed a year ago
Unverified
3abf3bbee9c310411e248ceb96a46128fe7e393a

Fix spelling

PPanquesito7 committed a year ago
Verified
eb7bb5ed64b6202e8a52adcb875af951d3e8dd4c

Document the functions and variables (#10)

PPanquesito7 committed a year ago

README

The README file for this repository.

Tic Tac Toe

Build Windows Forms app

Tic Tac Toe game made in C++ using Windows Forms, CLI/CLR.
A mode against A.I. will be released very soon!

Main screenshot.

Requirements

Running the program

Downloading the program

  1. Download the latest release for your architecture (64-bit or 32-bit) from the 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.
git clone https://github.com/Panquesito7/tic_tac_toe.git
  1. Install the latest Microsoft Visual Studio 2022 version with .NET Desktop Development workload.

    • You might need to install C++/CLI support (v143) from the Individual Components tab.
  2. Open the solution file in Visual Studio.

  3. Build the project using the Release configuration for the desired architecture.

License

See the LICENSE.md file for full information and details.