Skip to content

OlegTheCat/eight-x-eight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

WIP Game in Haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published