1
0
Fork 0
mirror of https://github.com/dancojocaru2000/ai-project-idastar.git synced 2025-02-22 16:39:35 +02:00
Commit graph

20 commits

Author SHA1 Message Date
DariusTFox
1a421e3285 Added border to input labyrinth 2021-12-07 11:03:32 +02:00
274c9b0d42
Add -w or --wait to wait for keypress before close 2021-12-06 16:16:50 +02:00
DariusTFox
1cc2a88d8b Removed unnecessary comments 2021-12-06 16:05:45 +02:00
7a45a2ff7b
Change empty from ' ' to '.' to avoid confusion 2021-12-05 00:02:56 +02:00
ead914fdbe
Allow lowercase y to be interpreted as yes 2021-12-04 14:40:04 +02:00
024c45e5cd
Do not clear screen if showing only final result 2021-12-04 14:32:56 +02:00
DariusTFox24
a7d4d4f11c Implemented function to format input labyrinth 2021-12-03 12:21:31 +02:00
DariusTFox24
4818450ced Added option to skip showing all the steps
fixed bugs and such
2021-12-02 01:28:10 +02:00
65108902e6
Refactoring as suggested by VS Code 2021-12-02 00:47:31 +02:00
b376525785
Changed dots in printout 2021-12-02 00:46:51 +02:00
dbe2cfd500
Fixed threshold computation
Also made the implementation less generic and less of a headache; int everything!
Show the threshold when printing intermediary steps.
2021-12-02 00:44:28 +02:00
8bbfbc837f
Fix bug lol (again) 2021-12-02 00:26:24 +02:00
521c4be3ac
Added delay in order to stop terminal flickering 2021-12-02 00:16:52 +02:00
743a45a7d0
Fix wrong P 2021-12-02 00:16:32 +02:00
dd28a603f5
Converted absolute path into relative path 2021-12-02 00:05:15 +02:00
DariusTFox24
f23c53fc82 fixed initial display of input labyrinth 2021-12-02 00:02:22 +02:00
DariusTFox24
63e18009c7 Working labyrinth display 2021-12-01 23:45:08 +02:00
DariusTFox24
f251002a37 Display labyrinth attempt #1 2021-12-01 22:29:43 +02:00
DariusTFox24
8cc3e460f2 Initial interface 2021-12-01 21:17:53 +02:00
DariusTFox24
59c139cbbf Initial commit 2021-12-01 20:16:53 +02:00