Difference between revisions of "JavaScript"
Jump to navigation
Jump to search
m |
|||
Line 6: | Line 6: | ||
* [[gTile]] | * [[gTile]] | ||
* [[Neon]] (uses JavaScript for scripting) | * [[Neon]] (uses JavaScript for scripting) | ||
* [[The Seven Day Quest]] (a {{ | * [[The Seven Day Quest]] (a {{7DRL}}) | ||
[[Category:Programming languages]] | [[Category:Programming languages]] |
Revision as of 19:28, 23 June 2009
JavaScript is a scripting language used by most web-browsers. Roguelikes can also use it as a scripting language (e.g. for scripted events or quests). This allows changing some game behavior without recompiling. Some browser-based roguelikes are written in Javascript, or its Microsoft relative JScript (and JScript.NET).
- This page is a stub. Please help RogueBasin by expanding it. Click here to edit this page.
Roguelikes in Javascript
- gTile
- Neon (uses JavaScript for scripting)
- The Seven Day Quest (a 7DRL)