Projects in Awesome Lists tagged with knight-problem
A curated list of projects in awesome lists tagged with knight-problem .
https://github.com/carleslc/puzzles
Different puzzles to think and enjoy programming.
hanoi hanoi-puzzle hanoi-towers keep-talking-and-nobody-explodes knight-problem knight-tour knight-tour-problem knight-tour-puzzles ktane layton logic-programming n-queens professor-layton prolog prolog-exercises queens-problem queens-puzzle
Last synced: 21 Mar 2025
https://github.com/nassimtaghipour/game-of-knights
Game of Knights where 6 knights should hit the one at their left with a random amount of damage of a range. Then they should fight until there's only one knight standing. All actions should be displayed (knight 1 hits 2 with X damage, knight 4 dies, knight 5 wins)
algor game javascript javascript-game knight knight-problem knights-tour optimization-algorithms
Last synced: 23 Feb 2025
https://github.com/dnlzrgz/knight
An experiment writen in Python to check how many moves a knight needs to get around a chessboard.
chess chessboard knight knight-problem knight-shortest-path pygame pygame-gui python python3
Last synced: 09 Apr 2025
https://github.com/danielbrodi/knights-tour
The Knight’s tour problem solved in C with both the naive and the heuristic solutions, using a backtracking algorithm, recursion and a bit array. Includes GUI,
backtracking backtracking-algorithm c chess chess-ai chess-board chess-game chessboard heuristic-algorithm heuristic-search heuristic-search-algorithms heuristics knight-problem knight-tour knights-tour knightstour memory-management options-strategies recursion recursive-algorithm
Last synced: 13 May 2025
https://github.com/pandh4cker/knight-s-tour
Knight's Tour Problem
c chess depth-first-search dfs dijkstra dijkstra-algorithm dijkstra-shortest-path graph graph-theory graphs knight knight-problem knight-tour knights-tour
Last synced: 23 May 2026
https://github.com/paulpls/knight-map
Terminal-based mapping tool for exploring movement vectors in a 2d grid
chess graph-theory graph-theory-demo graph-theory-visualization knight knight-problem terminal-based
Last synced: 29 Mar 2025
https://github.com/youssefbennour/knightshortestpath
Display the shortest path for reaching a point(x,y) in an infinitie chess board, stimulating the 'Knight' moves, using graph theory(BFS).
bfs bfs-algorithm chess csharp dotnet knight-problem
Last synced: 25 Apr 2026
https://github.com/javaidiqbal11/knights_tour_python
Python implementation of the Knight's Tour problem with graphical interface using Tkinter.
artificial-intelligence breadth-first-search knight-problem knight-tour python3 tkinter tkinter-gui
Last synced: 27 May 2026