///------------------------------ /// GAME DESCRIPTIONS ///------------------------------
-
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.
-
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.
-
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.