The game of Quoridor with a medieval fantasy theme. Created for my Harding University department of computer science capstone class.
Cross-platform, tested on macOS and Windows.
- Java 21
- lwjgl
- OpenGL 4.1
- OpenAL
- GLFW
- stb
- Netty 4
- Jenetics
- GSON
- Lombok
This project uses standard Maven commands for building. To build the project, run the following command:
mvn package
You will find the built JAR file in the target
directory.