Difference between revisions of "JavaScript"
Jump to navigation
Jump to search
m |
m (comma usage) |
||
Line 1: | Line 1: | ||
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 | 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). | ||
{{stub}} | {{stub}} |
Revision as of 14:53, 16 July 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)