Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thieryw/labyrinth_in_c
Labyrinth and solution generator in c.
https://github.com/thieryw/labyrinth_in_c
Last synced: about 1 month ago
JSON representation
Labyrinth and solution generator in c.
- Host: GitHub
- URL: https://github.com/thieryw/labyrinth_in_c
- Owner: thieryw
- License: mit
- Created: 2018-09-06T19:55:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-18T20:47:35.000Z (over 6 years ago)
- Last Synced: 2024-10-22T16:57:33.423Z (3 months ago)
- Language: C
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Labyrinth_in_c
Labyrinth and solution generator in c.to use download src dir and makefile and put them in a dir that you have created.
in terminal go to the dir in witch you put the src and make file and type in command "make".
this will compile the project. then launch by typing command "./bin/main".have fun.