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
2
branches
7
tags
198
KiB
Java
99.4%
Dockerfile
0.6%
master
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
All checks were successful
continuous-integration/drone
Build is passing
Details
continuous-integration/drone/push
Build is passing
Details
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