Binario is a logic puzzle game that also known as takuzu (or binairo). The goal of the game is to fill the playing field with tiles of two colors. To pass it successfully, you only need to follow three simple rules:
The game is aviable online on this website. You can play free forever.
All game logic is written in vanilla TypeScript and does not depend on any libraries. So, if you want to see or use the game logic, you can go to this path src/core/index.ts
. In this folder is the BinarioCore class, which implements all methods for the game - generation, preparation, caching and checking for errors.