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
98
commits
1
branch
8
tags
206
KiB
Java
99.3%
Dockerfile
0.7%
a613a92adb
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
a613a92adb
Make dimension limits Option<Integer> instead of using the magic value of 0 for "no limit", and add more tests for the ServerConfig.
2024-12-13 22:35:10 +01:00
docker
Java21 and some refactoring.
2024-05-18 02:20:31 +02:00
src
Make dimension limits Option<Integer> instead of using the magic value of 0 for "no limit", and add more tests for the ServerConfig.
2024-12-13 22:35:10 +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
Make dimension limits Option<Integer> instead of using the magic value of 0 for "no limit", and add more tests for the ServerConfig.
2024-12-13 22:35:10 +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