Skip to content

troyfeng116/chess-backtracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess Backtracking

Troy Feng ([email protected])

This project is a visualizer for the classic N queens and Knight's Tour problems. It is developed using basic HTML/CSS/JavaScript. For me, it's an interesting study in backtracking and front-end development, and a throwback to my chess days...