DariusTFox
1a421e3285
Added border to input labyrinth
3 years ago
Kenneth Bruen
1f8dda0d66
Improved marking and pathfinding
3 years ago
Kenneth Bruen
70fb7dcf9f
Fixed bug where start node was valid move
3 years ago
Kenneth Bruen
e8992f8b06
Update threshold increasing
3 years ago
Kenneth Bruen
57c4728e6a
Remove backtracking
3 years ago
Kenneth Bruen
055fa3aa3c
Added N+E+S+W and ALL constants in NDirections
3 years ago
Kenneth Bruen
64301e95a6
Add OS detection to build script
3 years ago
Kenneth Bruen
274c9b0d42
Add -w or --wait to wait for keypress before close
3 years ago
DariusTFox
1cc2a88d8b
Removed unnecessary comments
3 years ago
DariusTFox24
2a5c3cdbb9
Merge pull request #2 from dancojocaru2000/dan
...
Change empty from ' ' to '.' to avoid confusion
3 years ago
Kenneth Bruen
7a45a2ff7b
Change empty from ' ' to '.' to avoid confusion
3 years ago
Kenneth Bruen
7fdd5032d5
Added build script
3 years ago
Kenneth Bruen
ead914fdbe
Allow lowercase y to be interpreted as yes
3 years ago
Kenneth Bruen
130b869f07
Allow single file (executable) publishing
3 years ago
Kenneth Bruen
024c45e5cd
Do not clear screen if showing only final result
3 years ago
Kenneth Bruen
2c74cde949
Merge pull request #1 from dancojocaru2000:darius
...
Darius
3 years ago
DariusTFox24
a7d4d4f11c
Implemented function to format input labyrinth
3 years ago
DariusTFox24
4818450ced
Added option to skip showing all the steps
...
fixed bugs and such
3 years ago
Kenneth Bruen
65108902e6
Refactoring as suggested by VS Code
3 years ago
Kenneth Bruen
b376525785
Changed dots in printout
3 years ago
Kenneth Bruen
dbe2cfd500
Fixed threshold computation
...
Also made the implementation less generic and less of a headache; int everything!
Show the threshold when printing intermediary steps.
3 years ago
Kenneth Bruen
8bbfbc837f
Fix bug lol (again)
3 years ago
Kenneth Bruen
33d3b77d53
Fix bug lol
3 years ago
Kenneth Bruen
521c4be3ac
Added delay in order to stop terminal flickering
3 years ago
Kenneth Bruen
743a45a7d0
Fix wrong P
3 years ago
Kenneth Bruen
dd28a603f5
Converted absolute path into relative path
3 years ago
Kenneth Bruen
6e0bb36132
Forgot minor things about IDA*
...
Minor things like avoiding obstacles...
3 years ago
DariusTFox24
f23c53fc82
fixed initial display of input labyrinth
3 years ago
DariusTFox24
88626505a7
Merge branch 'darius'
3 years ago
DariusTFox24
1c3f99d86d
Updated labyrinth
3 years ago
Kenneth Bruen
778ffca169
Implement the rest of IDA*
3 years ago
DariusTFox24
63e18009c7
Working labyrinth display
3 years ago
Kenneth Bruen
1e70b4c1f1
Added IDA* control step
...
Added flow control to find start+destination points,
and increase the threshold if a search doesn't reach the destination.
Next step: implement search.
3 years ago
DariusTFox24
f251002a37
Display labyrinth attempt #1
3 years ago
DariusTFox24
a18068894d
Merge branch 'master' of https://github.com/dancojocaru2000/ai-project-idastar into darius
3 years ago
DariusTFox24
8cc3e460f2
Initial interface
3 years ago
Kenneth Bruen
d4ec7b36d5
Added initial algorithm skeleton
...
Actually just fluff that surrounds it basically.
3 years ago
DariusTFox24
59c139cbbf
Initial commit
3 years ago