alemart / opensurge

A retro game engine with a fun platformer for making your dreams come true!
http://opensurge2d.org
GNU General Public License v3.0
385 stars 33 forks source link

Future builds being provided precompiled? #17

Closed Tall-Lobster closed 4 years ago

Tall-Lobster commented 4 years ago

I am trying to go along the wiki provided on the site that teaches you how to copy in SurgeScript, but it seems that it keeps references SurgeScript Versions above 0.5.0 but when I download OpenSurge, i see I have OpenSurge version 0.5.0. Does that mean i am confusing OpenSurge with SurgeScript then could someone please clarify it to me. if not please help me receive the latest version of SurgeScript

thanks

alemart commented 4 years ago

Hello,

SurgeScript is the scripting language that is used in Open Surge. Open Surge is a game engine. The scripting language is independent of the game engine.

You may get the latest version of Open Surge at https://opensurge2d.org (currently, it's version 0.5.1). It's precompiled and it's shipped with version 0.5.4.1 of the SurgeScript runtime.

Tall-Lobster commented 4 years ago

Oh sorry about that thanks for the clarification