Open source games made with Orx Engine?

There are any open source games made with this engine? I've seen "Mushroom Stew" but it doesn't specify a license. And i can't compile it using the latest Orx version (someone tried it and got it working?)

Comments

  • Hi Ubiz. Welcome here. I actually managed to compile Mushroom Stew recently but it took a little tweaking. The trouble you will have is the changes to Orx in later years, Mushroom stew will be using functions that are either gone or changed.

    There's a few places where you can find some open source games written in Orx.

    The showcase
    has some.

    The forum has a projects section where you can find a few.

    All my games are open source, you're welcome to pick through them: https://sausage.itch.io/ https://gitlab.com/users/sausagejohnson/projects

  • Hi and welcome here,

    Yes, there are a few around, I do not know all of them but I can list a few. Mushroom Stew was done for a gamejam in 2009, I'll have to retrieve if there were any licensing restrictions and will update the repository accordingly.
    Note that I also want to update it in order to work with "modern" orx, but it might not be before a few weeks.

    So here are where you should be able to find some open source games, from what I can think of the top of my head:

    EDIT: I've just seen @sausage's reply, so I'll stop there, sorry for the duplicate.

  • @sausage said:
    Hi Ubiz. Welcome here. I actually managed to compile Mushroom Stew recently but it took a little tweaking. The trouble you will have is the changes to Orx in later years, Mushroom stew will be using functions that are either gone or changed.

    There's a few places where you can find some open source games written in Orx.

    The showcase
    has some.

    The forum has a projects section where you can find a few.

    All my games are open source, you're welcome to pick through them: https://sausage.itch.io/ https://gitlab.com/users/sausagejohnson/projects

    Hello! Thank you for the detailed response! :) i gave a look at your games, but i can't compile most of them :( (unique i got working was Alien Onslaught) when i try to compile the Ufo game i get this:
    ==== Building 01_Object (debug32) ==== Creating obj/x32/Debug/01_Object make[1]: *** No rule to make target '../../../src/01_Object.c', needed by 'obj/x32/Debug/01_Object/01_Object.o'. Stop. Makefile:16: recipe for target '01_Object' failed make: *** [01_Object] Error 2
    What could be wrong?

  • Alien Onslaught is still in development for a class I am going to give. It may not be working yet. Sorry about that.

    Have you managed to compile Orx ok? And also are you able to compile the tutorial examples that ship with Orx?

    Also there is help at: http://orx-project.org/wiki/

    Anyway, double check if Orx itself compiles and the examples, and if not, we'll work through it together and get it going.

  • @iarwain said:
    Hi and welcome here,

    Yes, there are a few around, I do not know all of them but I can list a few. Mushroom Stew was done for a gamejam in 2009, I'll have to retrieve if there were any licensing restrictions and will update the repository accordingly.
    Note that I also want to update it in order to work with "modern" orx, but it might not be before a few weeks.

    So here are where you should be able to find some open source games, from what I can think of the top of my head:

    EDIT: I've just seen @sausage's reply, so I'll stop there, sorry for the duplicate.

    Hello, and thanks! :smile: having something like Mushroom Stew working in the latest Orx version would be nice for learning, please do it! Haha!

    About the games you listed, i tried to compile both, TVB don't have a Gmake file, so i don't know how to compile it, and SpammerTyper just gave me an error. :neutral:

  • @sausage said:
    Alien Onslaught is still in development for a class I am going to give. It may not be working yet. Sorry about that.

    Have you managed to compile Orx ok? And also are you able to compile the tutorial examples that ship with Orx?

    Also there is help at: http://orx-project.org/wiki/

    Anyway, double check if Orx itself compiles and the examples, and if not, we'll work through it together and get it going.

    Alien Onslaught was actually the unique game i got working, the error was for the Ufo game.

    And yes, it compiles, and i can create games using it, but it almost never works when i try to compile a project that is not mine.

  • Ah. In that case the UFO game is probably out of date with the latest Orx. I'll have it fixed. It was for a previous class.

    Outpost Bandit is my most recent work.

  • Hi Ubiz, I updated the UFO game to work with the latest Orx. I was also missing some files. https://gitlab.com/sausagejohnson/ufo-tutorial-game

    Should be all good if you want to try again.

  • @sausage said:
    Hi Ubiz, I updated the UFO game to work with the latest Orx. I was also missing some files. https://gitlab.com/sausagejohnson/ufo-tutorial-game

    Should be all good if you want to try again.

    Thank you very much! It works now! :)

  • Thanks Ubiz!

Sign In or Register to comment.