Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 461 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 461 Bytes

Tic-Tac-Stones

Tic-Tac-Toe -like board game made with the Becker library. For computer science class.

HOW TO PLAY TIC-TAC-STONES:

  1. Each player starts with 4 pieces arranged on a board that is 4 squares by 4 squares.
  2. A turn consists of a one-space move, horizontally or vertically. The piece cannot overlap another piece.
  3. The game is won when 1 player has managed to line up 3 of his or her pieces horizontally, vertically, or diagonally.

Have fun!