Skip to content

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.

Notifications You must be signed in to change notification settings

ruchi961/Tridoku_In_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

🟢 Tridoku_In_Python

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.

> Information

  • Language:

  • Date Created : October 2020

> Concept (Hwow Tridoku can be implemented with the concept of vertex Colouring)

Triduko with vertex colouring

  • Each small triangle value in Trikodu represents a vertex

  • The edges between these coloured vertices ensure that

    1. There are unique values in each triangles out of the four larger triangles.
    2. All the values/vertices of small Triangles forming any side border of the larger triangle are different/unique.

> Rules

  1. All the numbers of a triangle should be unique
  2. All the numbers for any side of the Tridoku must be unique

> Output

image image image

> Download and run in Python (IDLE) :

  • Run -> Run Module

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages