https://github.com/o7studios/agones-java-sdk
Agones Java client SDK (unofficial)
https://github.com/o7studios/agones-java-sdk
Last synced: 6 months ago
JSON representation
Agones Java client SDK (unofficial)
- Host: GitHub
- URL: https://github.com/o7studios/agones-java-sdk
- Owner: o7studios
- License: apache-2.0
- Created: 2025-06-23T05:47:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-16T18:24:56.000Z (7 months ago)
- Last Synced: 2025-11-16T20:21:18.192Z (7 months ago)
- Language: Java
- Homepage: https://agones.dev/
- Size: 122 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://agones.dev)
[](https://central.sonatype.com/artifact/studio.o7/agones-sdk)
[](https://agones.dev/site/docs/)
[](./LICENSE)
# Agones Java Client SDK
**Third-party Agones Java Client SDK supporting all stable features and beta counters**
- For [Agones](https://agones.dev)
## Development
Full development setup available as [Development Container](https://containers.dev/).
Please use it for being able to tell "It works on my machine".
**Docker is required to be installed on your machine!**
### IntelliJ IDEA
- Open IntelliJ (Welcome screen)
- Navigate to `Remote Development` - `Dev Containers`
- Press `New Dev Container`
- Select `From VCS Project`
- Select and connect with `Docker`
- Select `IntelliJ IDEA`
- Enter `Git Repository`: `https://github.com/o7studios/agones-java-sdk`
- Select `Detection for devcontainer.json file` `Automatic`
- Press `Build Container and Continue`
### Development Container Issues
If you encounter an issue with setting up a development container, please
try to rebuild it first before opening a GitHub Issue. It's not uncommon
that some issues may fix themselves after a fresh container rebuild.