Skip to content

itsmarcotime/tic_tac_toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Tic-Tac-Toe in C++!

created by Marco Mata

Table of Contents

  1. Description
  2. Built-with
  3. Contribution
  4. Usage
  5. Questions

Description

Tic-Tac-Toe on your terminal! In order to play you will need to run the code on your local machine, and have a C++ compiler set up locally as well. Once you have the code you will need to open the command line for Windows users or terminal for Mac users.

first run: "g++ ttt.cpp ttt_function.cpp"

& depending on the compiler you have you will then run the generated file.
for example you will possibly run: "./a.out" or "./a.exe"

Hope you enjoy! :)

Built-with

This version of the application was built using C++!

Contribution

Contact me if you would like to contribute!

Usage

In order to play you will need to run the code on your local machine, and have a C++ compiler set up locally as well. Once you have the code you will need to open the command line for Windows users or terminal for Mac users.

first run: "g++ ttt.cpp ttt_function.cpp"

& depending on the compiler you have you will then run the generated file.
for example you will possibly run: "./a.out" or "./a.exe"

Questions

Questions?
LinkedIn
[email protected]

About

Tic-Tac-Toe made in C++!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages