-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
33 lines (27 loc) · 1.34 KB
/
readme.txt
File metadata and controls
33 lines (27 loc) · 1.34 KB
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
32
33
///------------------------------
/// GAME DESCRIPTIONS
///------------------------------
1. 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.
2. Checkers is a traditional board game played between two players.
Players move their pieces diagonally across the board and capture
opponent pieces by jumping over them. The goal is to capture all of
the opponent's pieces or block them so they cannot make any moves.
3. Memory Card Match is a memory-based game where players flip two
cards at a time in an attempt to find matching pairs. If the cards
match, they remain face up. If they do not match, they flip back
over. The objective is to match all pairs of cards on the board.
///------------------------------
/// 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.