Simulating generally known graph algorithms for solving user defined puzzles.
Use make run
to run the simulation and try various algorithms. There are various steps, taking inputs form keyboard, to design the puzzle.zxc
-
Run : R (ADDMODE Decrease/Unblock)
-
Set : A (ADDMODE Increase/Block)
-
Terminal : S (Set Start) or E (Set End)
-
Start : Enter (Change to PLANEMODE)
-
Exit : X (Exit a Simulation)
- BFS
- DFS
- Greedy BFS
- A*