SFML community forums

General => SFML projects => Topic started by: fallahn on May 11, 2019, 12:46:43 pm

Title: OSGC - Open Source Game Collection
Post by: fallahn on May 11, 2019, 12:46:43 pm
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:

http://youtu.be/JpYJ7ScvL4A

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/osgc

If anyone wants to make a game plugin (or contribute to Drone Drop - the maps are made with Tiled (https://www.mapeditor.org/)!) I'd love to see what they come up with :D
Title: Re: OSGC - Open Source Game Collection
Post by: fallahn on June 27, 2019, 10:08:03 pm
I've uploaded an alpha of the second OSGC game, Space Racers, to itch.io - you can read more and find the download here (https://fallahn.itch.io/osgc-open-source-game-collection/devlog/87573/space-racers-alpha-added-to-osgc).  ;D

http://www.youtube.com/watch?v=V5b1EPsE7x0

The source for OSGC is on Github, here: https://github.com/fallahn/osgc
Title: Re: OSGC - Open Source Game Collection
Post by: Hapax on June 27, 2019, 10:36:36 pm
Space Racers has always looked really nice. Great work! I started initial development on a top-down racer a long while back; it would never have looked this good!
Title: Re: OSGC - Open Source Game Collection
Post by: fallahn on June 27, 2019, 11:20:00 pm
Thanks! Looks are nothing without good gameplay of course - so I still have a lot of work to do! :D
Title: Re: OSGC - Open Source Game Collection
Post by: pvigier on June 30, 2019, 11:19:02 pm
Impressive! Your effects with particles are really nice!

I laughed when I saw "Not tested on animals".  ;D
Title: Re: OSGC - Open Source Game Collection
Post by: fallahn on July 01, 2019, 04:17:48 pm
I laughed when I saw "Not tested on animals".  ;D

Hehe - yeah... I have no idea what made me decide to add that. There are actually several different lines which appear at random during loading screens. If you hunt about in the source you can probably find them ;)
Title: Re: OSGC - Open Source Game Collection
Post by: fallahn on August 13, 2019, 05:50:55 pm
I updated the itch (https://fallahn.itch.io/osgc-open-source-game-collection) page a little while ago, but forgot to post here. I've now added a platform game :D

(https://img.itch.zone/aW1nLzIzOTE4NzQucG5n/original/M%2B1SYa.png)
Title: Re: OSGC - Open Source Game Collection
Post by: fallahn on August 26, 2019, 12:54:52 pm
Here's another one - a remake of an old freeware title named Bubble Puzzle 97

http://youtu.be/EPck1hVzgR8

Source is here (https://github.com/fallahn/osgc/tree/master/bubble_pop)
Title: Re: OSGC - Open Source Game Collection
Post by: eXpl0it3r on August 26, 2019, 02:21:36 pm
Oh wow, I played Bubble Puzzle 97 quite a bit. Nice remake! :)
Title: Re: OSGC - Open Source Game Collection
Post by: fallahn on August 31, 2019, 11:12:39 am
Thanks! Nice to find someone else who remembers it - at one point (I couldn't remember the name to Google it) I was beginning to think I dreamt it up  ;D
Title: Desert Island Duel - Open Source Game Collection
Post by: fallahn on November 02, 2019, 12:42:10 pm
I've just updated the itch project page (https://fallahn.itch.io/osgc) with downloads for Desert Island Duel

http://www.youtube.com/watch?v=oxdm11Ylu7s

This is a 1-4 player online treasure hunting game, where each player fights to dig up as much treasure as possible. More gameplay details are available on the project page, and as always the source (https://github.com/fallahn/osgc) is on GitHub :D
Title: Re: OSGC - Open Source Game Collection
Post by: pvigier on November 18, 2019, 12:25:08 pm
How are you able to publish so many great games so quickly?  :o
Title: Re: OSGC - Open Source Game Collection
Post by: fallahn on November 19, 2019, 10:36:46 am
Hehe, thanks, but I wouldn't rank them as 'great' particularly. In fact I'd only consider 2 of them finished, Drone Drop and Desert Island Duel, and even then Drone Drop could use a few more maps. Desert Island Duel has been in the works for nearly two years now, on and off, I just didn't publish much about it originally as I had planned it as a Steam release. I'm actually much happier to have it open source now though :)