This project was developed for the discipline data structure 1, using a search algorithm in a matrix of 10x10, where the starting point is (1,1) and arrival (10,10), where 0 are valid paths and -1 obstacles. The ncurses library was used for graphical environment in text mode.
- Rubens Santos @z1ron
- lib ncurses
- git clone https://github.com/z1ron/ant_labyrinth.git
- cd ant_labyrinth/
- make
- ./alab
- interactive presentation
- verbose apresentation
- create beta game
- to implement maze solving algorithm
- to implement algorithm A* (A star)
- to implement sounds
- adjustment of responsiveness
- make clean