Futoshiki is a logic game where players must use a combination of methods in order to solve a Latin square.
In the beginning you must place each of the digits 1-5 once in every row and column, so they are consistent with the given inequality symbols.
NOTE: To run Futoshiki on your Mac you will have to open a Terminal window and, after navigating to the game's folder, issue this command from the command line:
python Futoshiki.py
Here are some key features of "Futoshiki":
· An unlimited number of games
· Hints
· Choose the desired grid size
· A simple interface
Requirements:
· Python