Futoshiki
Fill the grid with unique numbers in each row and column while respecting all inequality constraints!
How to Play:
- Fill each row and column with numbers 1-N (where N is grid size)
- No number repeats in any row or column (like Sudoku)
- Inequality signs must be satisfied: < means "less than", > means "greater than"
- Use logic to deduce which numbers go where
- All constraints must be met to win!
Fill all cells while respecting the inequality constraints!