Skip to content

Tic-Tac-Toe -like board game made with the Becker library

License

Notifications You must be signed in to change notification settings

fffelix-jan/TicTacStones

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!