This website requires JavaScript.
Explore
Help
Sign in
java
/
maze-server
Watch
1
Star
0
Fork
You've already forked maze-server
0
Code
Issues
Pull requests
Releases
Wiki
Activity
No description
101
commits
1
branch
8
tags
206
KiB
Java
99.3%
Dockerfile
0.7%
1e3e01be23
Branches
Tags
No results found.
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
Manuel Friedli
1e3e01be23
Merge pull request 'feature/algorithms' (
#9
) from feature/algorithms into master
...
Reviewed-on:
#9
2024-12-24 03:35:16 +01:00
docker
Very simple way to specify the algorithm to use to generate mazes.
2024-12-14 04:50:30 +01:00
src
Implement Wilson's algorithm and let the caller choose the algorithm.
2024-12-24 03:28:35 +01:00
.drone.yml
Java21 and some refactoring.
2024-05-18 02:20:31 +02:00
.gitignore
initial commit
2020-10-06 01:59:54 +02:00
LICENSE
initial commit
2020-10-06 01:59:54 +02:00
maven-settings.xml
Java21 and some refactoring.
2024-05-18 02:20:31 +02:00
pom.xml
Implement Wilson's algorithm and let the caller choose the algorithm.
2024-12-24 03:28:35 +01:00
README.md
Rename all occurrences of "labyrinth" to maze and update dependencies.
2023-05-16 03:01:48 +02:00
README.md
maze-server