Is gamesalad this powerful?

hey whats up everyone.

i just recently joined gamesalad, and i had a lot of game ideas in mine but i wanna know what is limited in gamesalad.

can a adventure like game be made with it? for example going from country to country, finding something in each country to open a new level or somethin like this.

is this possible?

thank you in advance:)

Comments

  • BBEnkBBEnk Member Posts: 1,764

    Yes

  • UtopianGamesUtopianGames Member Posts: 5,692

    Welcome, yes you can makes lots of games with GameSalad.

    Darren.

  • gingagaminggingagaming FREELANCE GS DEV Member Posts: 1,692

    Yes and I suggest you check @DeepBlueApps‌ Signature for a link to a game very similar to your user name!

    Welcome to gamesalad.

  • jamie_cjamie_c ImagineLabs.rocks Member, PRO Posts: 5,772

    As others have said, yes, absolutely.

  • SocksSocks London, UK.Member Posts: 12,822

    Yes, in fact GameSalad is perfect for that kind of thing.

  • imGuaimGua Member Posts: 1,089

    @zeldaaxxlove4 said:
    hey whats up everyone.

    i just recently joined gamesalad, and i had a lot of game ideas in mine but i wanna know what is limited in gamesalad.

    can a adventure like game be made with it? for example going from country to country, finding something in each country to open a new level or somethin like this.

    is this possible?

    thank you in advance:)

    For adventure games it's perfect. For something that involves decent AI, it's not, cause there is no pathfinding.

  • jamie_cjamie_c ImagineLabs.rocks Member, PRO Posts: 5,772

    No built in pathfinding, but you can code it yourself.

  • RawanAlodehRawanAlodeh Member Posts: 51

    @jamie_c said:
    No built in pathfinding, but you can code it yourself.

    I thought its not possible to code in gamesalad? that we're only allowed to use the drag and drop function?

  • RawanAlodehRawanAlodeh Member Posts: 51

    thanks alot everyone :)

  • natzuurnatzuur Member Posts: 304
    edited June 2014

    @zeldaaxxlove4 said:
    I thought its not possible to code in gamesalad? that we're only allowed to use the drag and drop function?

    True but you can still write rulesets as you would in a scripting language, and the expression editor is almost 1:1 for LUA expressions. Such as:

    rule:
    if statement
    Behavior
    Otherwise
    Behavior
    

    Which closely resembles

    If
    do something
    else
    do something else
    

    You can also nest rules, have access to tables, string mainuplation, Tagging, and a lot more. This makes GS quite scalable to fit your level of knowledge (beginners can drag and drop basic behaviors, advanced users can write AI pathfinding, etc.

  • RawanAlodehRawanAlodeh Member Posts: 51

    is there "connect to facebook to share score" option available?

    thanks alot for your help. lol

Sign In or Register to comment.