Has the implementation of the tridoku puzzle in python. The fill ups are represented by fruit names to refer to the exact position and values are asked frm user and filled to solve the tridoku as per the conditions of solving a tridoku and forming a successfull or appropriate pattern/conditions check to win.
Triduko with vertex colouring
-
Each small triangle value in Trikodu represents a vertex
-
The edges between these coloured vertices ensure that
- There are unique values in each triangles out of the four larger triangles.
- All the values/vertices of small Triangles forming any side border of the larger triangle are different/unique.
- All the numbers of a triangle should be unique
- All the numbers for any side of the Tridoku must be unique
- Run -> Run Module