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

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)

Awesome Lists containing this project

README

          

[![agones](https://github.com/user-attachments/assets/c715a4ca-43aa-40f7-84cf-207e3d650040)](https://agones.dev)

[![maven-central](https://img.shields.io/maven-central/v/studio.o7/agones-sdk?style=for-the-badge&color=%23181717)](https://central.sonatype.com/artifact/studio.o7/agones-sdk)
[![docs](https://img.shields.io/badge/documentation-%20?style=for-the-badge&color=%23181717)](https://agones.dev/site/docs/)
[![license](https://img.shields.io/github/license/o7studios/agones-java-sdk?style=for-the-badge&labelColor=%23181717&color=%23222222)](./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.