API of BlackRook
RmBeer2

This TXT contains the API created so far that would serve as a shortcut for your game from code C.

What does it consist of?

It has 2 parts:
1) The application downloaded from the website is a general client that works for all games. You log in or register, and from there you look for a game that you like, download it and play it.
2) Your game will be a sub-module for the games module that will work on the client side, it will be downloadable and can be updated as many times as you want.

By the time the player starts playing your game, your game will already be hosted in their space and channel, they will have their user login, and the information of other online users within the channel.
You only consult certain information, such as the data of other users, the name of the channel, the subject, the description, the scores, game status, credits, items, etc.
The API already has everything you need to query and send this data, open and close the game itself.

This API is still incomplete, and can be changed according to the needs of the programmer.

Thread #618191. Printed from Allegro.cc