Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 414 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 414 Bytes

eight-x-eight

Game rules are as follows:

  • Given 8x8 game board with total 64 cells
  • Each cell can hold some number or be empty
  • Initially cursor is placed in position [1, 1]
  • Player #1 can take any number from current collumn
  • Player #2 can take any number from current row
  • The goal is to gain more score than your opponent
  • Game is finished when current player doesn't have non-empty cells to consume