Skip to content

Vlvin/TicTacToe_Cons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Tic-Tac-Toe Console Edition

  • configurable size of the board (from 1 to 15 width or length) and length of player marker line to win
  • more than two players you can add (15 players max)
  • coordinates as input (x cells right and y cells down)
  • custom player markers
  • and finally it is just Tic-Tac-Toe in just command promt

Building

use any c++ compiler such as g++ define lib classes separated by single-spaces

Example

building with using g++ compiler from ubuntu build-essentials

/src $ g++ ./main.cpp libs/Board.cpp libs/Player.cpp

About

tic-tac-toe console

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages