Skip to content
This repository was archived by the owner on Dec 1, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 1.1 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.1 KB

What is Bravo(Colorpunk) Backend?

Bravo is a project name for Colorpunk Roblox game project. This project is not an API. It is fully completed backend endpoint for Colorpunk Roblox game with fixed structure.

Game: https://www.roblox.com/games/8442630050/Colorpunk (Backend servers are not active, it is not possible to connect at the moment)

Developer note: This project was my first backend project for Roblox. It was fun to work for Colorpunk.

Getting started

Building

To run Colorpunk, you required to have Barden Java Library dependency. Gradle file has already one, you only need to build and publish.

To get started with Colorpunk, download the source code and run the following commands:

$ ./gradlew clean build

Javadocs

You can see Javadocs here.

Related Projects