Open Source Games: Difference between revisions

From Adventure Game Studio | Wiki
Jump to navigation Jump to search
*>SSH
(Moved details of coding comp to the coding comp article: better place for it, methinks)
(Fixed bigbluecup links)
 
(10 intermediate revisions by 7 users not shown)
Line 2: Line 2:


Some were collaborations, such as work on Demo Quests (the official getting-to-know AGS game.) Others were games people made in their spare time, and ones made to push AGS to the limits. Note that also, most [[List_of_Script_Modules|script modules]] are open source, too.
Some were collaborations, such as work on Demo Quests (the official getting-to-know AGS game.) Others were games people made in their spare time, and ones made to push AGS to the limits. Note that also, most [[List_of_Script_Modules|script modules]] are open source, too.
''Game info and screenshots will be added... when I'm not already late for class.''


== Demo games ==
== Demo games ==
* [http://www.lucasstyle.com/media/ags/opensource/DQ31SOD-V100.ZIP '''Demo Quest: Source of Dreams 3.1 (beta 2)'''] - Currently the latest Demo Quest version. [I renamed the filename as to cause less confusion when opening it. It may have the name of an older version, but this just seemed easier.] You need AGS version 2.7 or later to use. [http://www.bigbluecup.com/yabb/index.php?topic=23083.0 Find out more.]
* [http://www.lucasstyle.com/media/ags/opensource/DQ31SOD-V100.ZIP '''Demo Quest: Source of Dreams 3.1 (beta 2)'''] - Currently the latest Demo Quest version. [I renamed the filename as to cause less confusion when opening it. It may have the name of an older version, but this just seemed easier.] You need AGS version 2.7 or later to use. [http://www.adventuregamestudio.co.uk/forums/index.php?topic=23083.0 Find out more.]
* [http://www.lucasstyle.com/media/ags/opensource/dq3demo.zip '''Demo Quest v. 3'''] - An earlier version of Demo Quest.
* [http://www.lucasstyle.com/media/ags/opensource/dq3demo.zip '''Demo Quest v. 3'''] - An earlier version of Demo Quest.


==From [http://www.juncmodule.com/ juncSource]==
==From [http://www.juncmodule.com/ juncmodule]==


*[http://www.lucasstyle.com/media/ags/opensource/AGI_Temp_source.zip '''AGI Temp Source'''] -  
* [http://www.juncmodule.com/downloads/AGI_Temp_source.zip '''AGI Temp Source'''] -  
*[http://www.lucasstyle.com/media/ags/opensource/Keptosh1FULL_source.zip '''Keptosh 1 (Full)'''] -
* [http://www.juncmodule.com/downloads/Keptosh1FULL_source.zip '''Keptosh 1 (Full)'''] -
* [http://www.lucasstyle.com/media/ags/opensource/Keptosh2DEMO_source.zip '''Keptosh 2 (Demo)'''] -  
* [http://www.juncmodule.com/downloads/Keptosh2DEMO_source.zip '''Keptosh 2 (Demo)'''] -  
* [http://www.lucasstyle.com/media/ags/opensource/OoglyDEMO_source.zip '''Oogly Demo''']   
* [http://www.juncmodule.com/downloads/OoglyDEMO_source.zip '''Oogly Demo''']   
* [http://www.lucasstyle.com/media/ags/opensource/SPYvsSPY_source.zip '''Spy vs. Spy'''] - A 2-player (same keyboard) game in the style of the awesome NES version.
* [http://www.juncmodule.com/downloads/SPYvsSPY_source.zip '''Spy vs. Spy'''] - A 2-player (same keyboard) game in the style of the awesome NES version.


== Coding Contest ==
== Coding Contest ==
Line 25: Line 23:
* [http://www.lucasstyle.com/media/ags/opensource/lf.zip '''Little Fighters'''] - From Geoffkhan
* [http://www.lucasstyle.com/media/ags/opensource/lf.zip '''Little Fighters'''] - From Geoffkhan
* [http://www.lucasstyle.com/media/ags/opensource/HLoBBSource.zip '''Historical League of Bouncy Boxing v1.1'''] - From Duzz. If you want a game that definitely doesn't fit with AGS's traditional creations, then this game is for you.
* [http://www.lucasstyle.com/media/ags/opensource/HLoBBSource.zip '''Historical League of Bouncy Boxing v1.1'''] - From Duzz. If you want a game that definitely doesn't fit with AGS's traditional creations, then this game is for you.
* [http://www.bigbluecup.com/games.php?action=detail&id=506 '''Pixel Hunt'''] - From SSH. Winner of a [[MAGS]] contest, this game includes source code using the new OOP style scripting.
* [http://www.adventuregamestudio.co.uk/site/games/game/506 '''Pixel Hunt'''] - From SSH. Winner of a [[MAGS]] contest, this game includes source code using the new OOP style scripting.
* [http://www.bigbluecup.com/games.php?action=detail&id=448 '''Exile'''] - From jrp
* [http://www.adventuregamestudio.co.uk/site/games/game/448 '''Exile'''] - From jrp
* [http://www.bigbluecup.com/games.php?action=detail&id=408 '''Airbreak'''] -  From Rocco
* [http://www.adventuregamestudio.co.uk/site/games/game/408 '''Airbreak'''] -  From Rocco. Winner of a [[MAGS]] contest.
* [http://www.bigbluecup.com/games.php?action=detail&id=166 '''FIFA International Football 2004'''] - from Duzz
* [http://www.virtual-illusion.com/board/index.php?topic=8.0 '''AGS Invaders'''] -  From Rocco. Shoot'em Up Game (module included).
* [http://www.adventuregamestudio.co.uk/site/games/game/166 '''FIFA International Football 2004'''] - From Duzz
* [http://www.adventuregamestudio.co.uk/site/games/game/945 '''OpenQuest'''] - From sheail. A simple open source adventure game.
* [http://www.adventuregamestudio.co.uk/forums/index.php?topic=50544 '''Lema Sabachthani'''] - From Billbis. AGS 3.3.0
* [http://www.whamgames.com/downloads/MAGSLaSolSE.rar '''Submerged - LaSol'''] - From WHAM.
* [http://gamejolt.com/games/icbm/57197 '''ICBM'''] - From Michael Davis.


== Template games to use ==
== Template games to use ==

Latest revision as of 13:51, 22 September 2015

Over the years some game makers have taken the time to release their AGS games open source, for all people to view, dissect, learn from, and make fun of.

Some were collaborations, such as work on Demo Quests (the official getting-to-know AGS game.) Others were games people made in their spare time, and ones made to push AGS to the limits. Note that also, most script modules are open source, too.

Demo games

From juncmodule

Coding Contest

Recently there has started a monthly-ish Coding Contest in the competitions forum which had the theme to create open-source minigames, guis, etc. More details under Coding Contest.

Other

Template games to use