Skip to content

miguelc3/Codecademy_tic_tac_toe_cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe project from Codecademy

This program is for the course "Learn C++" from codecademy.

In this project I'm using c++ to program a simple game of tic tac toe between two players. One at a time, each player chooses the field they want to play on and, when there is a winner, the program will show it! Between rounds, the status of the game is also displayed on the terminal.

You can also choose between 3 game modes:

  • sudden death;
  • best of 3;
  • best of 5.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages