Skip to content

radha-gupta/Hamiltonian-Graph

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Hamiltonian Graph

This game has been made purely with HTML,CSS and Javascript.

Description

• A graph with number of vertices and edges are drawn on the canvas. We have to traverse the whole graph such a way that all nodes are traversed only once.
• Starting of the game is from 0th node(Green colored ) of graph.
• We can only make a move to the adjacent nodes of the current node.
• Moving back is possible only from the currently visited node.
• No of moves are counted on every click on 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.4%
  • HTML 18.6%