So I started this a little while ago as a place to put all my small game projects / prototypes. OSGC is a front-end browser application which allows games to be created as plugins (compiled as dlls/dylibs/SOs) and simply placed in a plugin directory for the browser to find them.
Right now there's only one game, Drone Drop, but I'm already working on prototyping a remake of one of my earliest projects, Space Racers. Here's a video of Drone Drop in action:
There are windows downloads available on itch.io here:
https://fallahn.itch.io/osgc-open-source-game-collection but I also check to make sure OSGC can be built on linux and mac regularly. The source is available on github:
https://github.com/fallahn/osgcIf anyone wants to make a game plugin (or contribute to Drone Drop - the maps are made with
Tiled!) I'd love to see what they come up with