Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/foxfirecodes/bglib

A building-blocks style minigame library
https://github.com/foxfirecodes/bglib

Last synced: 5 days ago
JSON representation

A building-blocks style minigame library

Awesome Lists containing this project

README

        

## About
BGLib (BitzGames lib) is a library that allows you to make minigames with very minimal effort. This is done by creating and using "building blocks", which allow certain code to be run on events, etc.

## Usage

Just a note, this requires [BitzAPI](https://github.com/Rayzr522/BitzAPI) to run. To use in a server, make sure you have [BitzAPI](https://github.com/Rayzr522/BitzAPI) installed in the server. To build the plugin, run the maven build on BitzAPI with the goals `clean package install` to install BitzAPI to your local maven repository, and then you can build this as you normally would with maven.

To build minigames using this you must first install it to your local maven directory. Run this with the goals of `clean package install` to install it to your local maven repository, and then reference it with:
```


com.rayzr522
bglib
0.1

```
in your project's pom.xml