Skip to content

TheMelmacian/Skylords-Reborn-Bot-Api-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skylords Reborn Bot API Java

This repository contains a first snapshot of the Java implementation of the Skylords Reborn Bot API. An interface for bots to interact with the game BattleForge.

The original API implementations are hosted on the official Skylords Reborn gitlab project.

Package: example

Contains an example bot implementations. We recommend using this project as base for your bot, and adding your own bot implementation.

Package: eu.skylords.botapi

This package contains all classes and interfaces that are needed for communication with the game.

It also contains BotServer.java that contains the server part of the bot, and the Bot.java interface as a blueprint for a Bot implementation.

You want to check other language?

How to Contribute

Thank you for your interest in contributing to the Skylords Reborn Bot API Java of Skylords Reborn.

To contribute to the source code, please follow these steps:

  • Fork the repository and clone it locally.
  • Create a short and descriptive branch in your fork.
  • Commit and push your changes to that branch.
  • Create a Merge Request to main from the repository.
  • Provide clear and concise titles to your merge requests. A merge request is not obliged to have an issue for now. Choose an appropriate template when creating your merge requests.
  • When creating a merge request (MR), please mention the related issue, the changes made, and how to test it. If you have provided a detailed first commit message, these points will already be covered.
  • Use the "Draft" status on MRs when relevant.
  • Every merge request must be reviewed by at least one person before it is merged.
  • Depending on the number of contributions to this project, this process may be refined in the future.

For any questions, please contact Kubik, or check out discord.

License

This project is open source and available under Boost Software License 1.0. See LICENSE for more information.

Disclosure

EA has not endorsed and does not support this product.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages