Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/foxfirecodes/bglib
- Owner: foxfirecodes
- Created: 2016-07-25T14:51:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-07T13:27:56.000Z (about 8 years ago)
- Last Synced: 2025-01-01T14:08:07.090Z (5 days ago)
- Language: Java
- Size: 34.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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