An open API service indexing awesome lists of open source software.

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

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.

![Main Menu](https://i.imgur.com/1UupO6R.png)

![Game Screen - Desert](https://i.imgur.com/c0heRpI.png)

![Game Screen - Grass](https://i.imgur.com/xLbDBcI.png)