https://github.com/shepherdjerred/castle-casters
A game I wrote from scratch
https://github.com/shepherdjerred/castle-casters
Last synced: about 1 year ago
JSON representation
A game I wrote from scratch
- Host: GitHub
- URL: https://github.com/shepherdjerred/castle-casters
- Owner: shepherdjerred
- License: gpl-3.0
- Created: 2024-06-10T00:17:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-30T06:57:16.000Z (over 1 year ago)
- Last Synced: 2025-04-02T10:52:25.205Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 27.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Roadmap: ROADMAP.md
Awesome Lists containing this project
README
# Castle Casters
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.
## Technologies Used
* Java 21
* lwjgl
* OpenGL 4.1
* OpenAL
* GLFW
* stb
* Netty 4
* Jenetics
* GSON
* Lombok
## Building
This project uses standard Maven commands for building. To build the project, run the following command:
```shell
mvn package
```
You will find the built JAR file in the `target` directory.


