Skip to content

radha-gupta/graph-coloring-game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Graph Coloring Game

This is a game made purely with HTML,javascript and CSS.

Description

• A graph with number of vertices and edges are drawn on the canvas. We have to fill the graph nodes with different colors such that no two adjacent nodes have the same color.
• Eight different colors are given which can be enabled by consecutive clicks from the mouse like on one click, color is green, on twice clicks color is red and so on.
• No of moves are counted on every click on different nodes.
• Timer is also displayed .(For this example, timer starts from 45 minutes)
• Submit button will get disabled after it is clicked once. Then you cannot click on any node further.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.7%
  • HTML 13.3%