-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathticTacToe.txt
More file actions
31 lines (25 loc) · 1006 Bytes
/
ticTacToe.txt
File metadata and controls
31 lines (25 loc) · 1006 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
///------------------------------
/// GAME DESCRIPTION
///------------------------------
Tic-Tac-Toe is the classic strategy game played on a 3x3 grid.
Two players take turns placing X and O on the board. The objective
is to place three of your symbols in a row horizontally, vertically,
or diagonally before your opponent does.
///------------------------------
/// CURRENT PROBLEMS
///------------------------------
///------------------------------
/// PLANS TO RESOLVE PROBLEMS
///------------------------------
///------------------------------
/// CONTACT INFORMATION
///------------------------------
Author: Dmitry Novikov
Email: novikod@mail.nmc.edu
///------------------------------
/// COPYRIGHT INFORMATION
///------------------------------
If any HTML file is reproduced, please provide credit to the author
within the page interface.
If any JavaScript or CSS file is reused or modified, please provide
credit to the author within the code comments or documentation.