Severity: Warning
Message: fopen(/tmp/ci_sessionok3s42nahqpsbugnguftaedehhuhcjtj): failed to open stream: No space left on device
Filename: drivers/Session_files_driver.php
Line Number: 176
Backtrace:
File: /var/www/html/application/controllers/Project.php
Line: 10
Function: __construct
File: /var/www/html/index.php
Line: 311
Function: require_once
Severity: Warning
Message: session_start(): Failed to read session data: user (path: /tmp)
Filename: Session/Session.php
Line Number: 143
Backtrace:
File: /var/www/html/application/controllers/Project.php
Line: 10
Function: __construct
File: /var/www/html/index.php
Line: 311
Function: require_once
It is a Short Game in C++ using Arrays in which 2 players can play by marking 'X' or '0' in a 3*3 grid.
It is a Tic-tac-toe Game in C++, noughts, and crosses, or Xs and Os.
It is a paper-and-pencil game for two players, X and O, who take turns marking the spaces in a 3×3 grid. Using this code you can play this Tic-Tac-Toe Game on your pc/laptop.
The player who succeeds in placing three of their marks in a diagonal, horizontal, or vertical row is the winner.
Player1 will use '0' in the grid.
Player2 will use 'X' in the grid.
Submitted by deepali takyar (dtakyar30)
Download packets of source code on Coders Packet
Comments