mesosoi / silverwaregames-io-issue-tracker

Issue Tracker for SilverwareGames.io
https://silverwaregames.io
4 stars 0 forks source link

Create JS/HTML5 Public SWGIO game engine template. #350

Open michaelplzno opened 2 months ago

michaelplzno commented 2 months ago

I have a skeleton of a game engine for the games I do on SWGIO in javascript HTML5. I can clean it up and make it a public project so devs can make games for our platform. This should have examples of how to do:

Loading and Splash Screen / Audio / Physics / Sprites / Between Level Text / Backgrounds - Basic game engine stuff. User Verification - Only swgio users can access certain parts of the game, and the game can display the username of the verified user. Cloud Save - Save progress. Leaderboards - Save high score. Social game features - Send messages/points/etc. between users' game instances.

I will talk to legal about how to license this, but it should be a good help to get some devs working on SWGIO.

michaelplzno commented 2 months ago

Also I need to clean up and comment the code so it is easier to understand.