EasyRPG / Player

RPG Maker 2000/2003 and EasyRPG games interpreter
https://easyrpg.org/player/
GNU General Public License v3.0
1.01k stars 194 forks source link

Remote game repository #1212

Open rygos opened 7 years ago

rygos commented 7 years ago

The user can use an INI file to specify addresses for several repository servers, which can display the games contained within the player in a dedicated interface.

If you are looking for one of these games, you can download and start them directly in the player. Possibly also similar to the webplayer, without the download of the complete game but only the files, which are also needed in the respective moment.

The interface should have at least the following:

  1. Last added games
  2. Last published games
  3. Probably the most important: A search.
Ghabry commented 7 years ago

Because this is mostly a server-side problem feel free to propose a JSON-REST-API for communicating with the server. For writing a test-client (a simple desktop-app game browser e.g.) this will be needed anyway.

rygos commented 7 years ago

Okay, I'll provide the following for this:

Ghabry commented 7 years ago

The language of the test-app doesnt really matter. Just for having something before the slow coding in C++ starts :D

rygos commented 7 years ago

Example Project: https://github.com/rygos/rmarchiv-api-testapp API documentation: docs.rmarchiv.apiary.io

Booth of them are at a early stage. But growing =)