Binary Sudoku

Binary Sudoku is an engaging puzzle game that challenges players to fill a grid with 0s and 1s following specific rules. This web-based implementation features a sleek interface with a dark mode option and various grid sizes to suit different difficulty levels. It is based on the Binary Puzzles game. This is the first in a series of binary based games.

Features

- Multiple grid sizes: 4x4, 6x6, 8x8, 10x10, 12x12 and 14x14

- Dark and light themes

- Fullscreen mode

- Interactive tips and rules panel

- Responsive design for various screen sizes

- Puzzle generation algorithm ensures unique solutions

How to Play

1. Select a grid size to start a new game.

2. Fill the empty cells with either 0 or 1.

3. Follow these rules:

   - Each row and column must contain an equal number of 0s and 1s.

   - No more than two similar numbers can be adjacent (horizontally or vertically).

   - Each row and column must be unique.

4. Complete the puzzle by filling all cells correctly.

License

This project is open source and available under the [MIT License](LICENSE).

Acknowledgements

- Font Awesome for the icon set

- Google Fonts for the 'Press Start 2P' font

Extra

Please note this is a work in progress and you might run into some bugs.

Leave a comment

Log in with itch.io to leave a comment.