So, I implemented this “System” that Spreads a game into two Components:
- An App/BrowserGame for Mobile Devices that Saves the User’s Data (Character, Score, Stats, etc)
and also serves as a Backup Wireless GamePad.
and
- A Software for Desktop that serves as a Virtual Console to host encounters in a Local Multiplayer Setting.
Together they make an enhanced Local Multiplayer experience by:
•Enabling Players get to improve their character like in a MMO.
•Opening the way for local Multiplayer with more than four players (the current maximum).
•It makes your game accesible for players who can’t afford a GamePad.
•Enabling Developers to make Custom GamePads using the power of the TouchScreen and Motion Sensors.
•(Add your Ideas in the comments)
I made the system for this game: https://digi-device-file.itch.io/
It would only take like an afternoon subtracting the superficial stuff to turn it’s bones into a Template.
The Big Question is:
¿Should I Upload an Example/Template of this System?