comparison README.md @ 14:06050949285b

Update README.md committer: GitHub <noreply@github.com>
author Dennis <dennisconcepcionmartin@gmail.com>
date Tue, 12 Dec 2023 09:00:19 +0000
parents f05cad159c7b
children 7514f6678025
comparison
equal deleted inserted replaced
13:f05cad159c7b 14:06050949285b
1 1
2 # maze-solver 2 # maze-solver
3 3
4 A maze solver written in C. 4 A maze solver written in C.
5
6 ![img](https://denniscm.com/static/maze-solver-1.png)
7 ![img](https://denniscm.com/static/maze-solver-2.png)
8
9 - Docs: <https://denniscm.com/proj/maze-solver.html>
10 - Main repo on SourceHut: <https://git.sr.ht/~denniscmartin/maze-solver>
11 - Mirrors:
12 - Github: <https://github.com/denniscmartin/maze-solver>
13 - Gitlab: <https://gitlab.com/denniscmartin/maze-solver>
14