Skip to content

ZeyXs/Hitori

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hitori

Hitori game in Python, made as a class project (NSI)

How to play

The objective is to eliminate some squares to transform the grid to a state where all the three rules are respected

Red cell: Eliminated
Green cell: Considered as safe
White cell: Neutral

Buttons

  • Left -> Confirm and check if you won
  • Middle -> Pause the game & timer
  • Right -> Click to reset all cells to white, restart after winning or Shift+Click to get another board and

Rules

  1. No row or column can have more than one occurence of any number
  2. Eliminated cells cannot be horizontally or vertically adjacent (Diagonal allowed)
  3. All the remaining cells must be connected to each other, horizontally or vertically (No diagonal)

Developed with

Credits

Thought and developed by @ZeyXs, @ghrlt and @myaalicewendy.

About

Hitori game in Python

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •  

Languages