Forums - Open Redstone Engineers
GameAPI - API to make Minigames - Printable Version

+- Forums - Open Redstone Engineers (https://forum.openredstone.org)
+-- Forum: Off-Topic (https://forum.openredstone.org/forum-4.html)
+--- Forum: Programming (https://forum.openredstone.org/forum-8.html)
+--- Thread: GameAPI - API to make Minigames (/thread-5564.html)



GameAPI - API to make Minigames - Phase - 01-13-2015

I've been working on a Minigame API to be used on Minigame servers, like Mineplex & the Overcast Network (the 2 biggest infulences). I may look like a copy, but more features are coming to set it apart from others.

It uses Game objects to manage the games, each Game object has Arena objects in them, along with Listeners specific for that game. Each Arena has Map objects, which handles loading & unloading of maps. After each game, all the players are teleported to a lobby, where the old map is unloaded, and the new map is loaded . Soon I'll make each Map go to different Areans, by checking if it's loaded or not. (Took me forever to find out how to unload the map w/out saving, so I'm proud of it :3)

Link: https://github.com/Phasesaber/GameAPI

Example: Coming soon, check repo for code example.


RE: GameAPI - API to make Minigames - Apuly - 01-15-2015

"Gives random Team to a Player"
Here player, have a free team.

If you want to receive a premium team, please pay 99,99. It's less than 100!!!


RE: GameAPI - API to make Minigames - Chibill - 01-15-2015

Cool.


RE: GameAPI - API to make Minigames - Dcentrics - 01-20-2015

(01-15-2015, 11:48 AM)paulydboy Wrote: "Gives random Team to a Player"
Here player, have a free team.

If you want to receive a premium team, please pay 99,99. It's less than 100!!!

as the Head Donation Receiver I agree


RE: GameAPI - API to make Minigames - Phase - 01-22-2015

(01-15-2015, 11:48 AM)paulydboy Wrote: "Gives random Team to a Player"
Here player, have a free team.

If you want to receive a premium team, please pay 99,99. It's less than 100!!!

It's only a loan, and we charge interest on it.


RE: GameAPI - API to make Minigames - Iceglade - 01-22-2015

pretty amazing