This application is used to search for treasure in a maze that is defined from a txt file. For searching the treasure you can use BFS or DFS method. Each of these methods can produce a different approach/ solution. You can also use TSP mode, if this toggle's on then the 'searcher' will return to where it started the search.
K
: Krusty Krab (Start Point)T
: TreasureR
: Grid that can be accessed (Path)X
: Grid that can't be accessed (Wall)
- WPF Application for UI
- C# for code-behind
- Windows
- Visual Studio
- C# & .NET Framework (Using WPF Application)
- Clone this repository
- Go to
bin/
- Double click on
CrabRave.exe
- If you want to add testcases go to
test/
and add file in form of.txt
- Enjoy using it :D
Nama | NIM |
---|---|
Muhammad Bangkit Dwi Cahyono | 13521055 |
Louis Caesa Kesuma | 13521069 |
Addin Munawwar Yusuf | 13521085 |
2023 © CrabRave. All Rights Reserved.