ChoiceScript: Difference between revisions
From Game Making Tools Wiki
(Created. NB: Need a different infobox) |
m (jargon link and a link syntax fix) |
||
Line 6: | Line 6: | ||
| exports_to = [[:Category:Browser_Export|Browser]] | | exports_to = [[:Category:Browser_Export|Browser]] | ||
}} | }} | ||
'''ChoiceScript''' is an [[:Category:Open-Source|open-source]] | '''ChoiceScript''' is an [[:Category:Open-Source|open-source]] {{jargon|Scripting Language|scripting language}} for writing [[:Category:Text Adventure|text adventure games]] people can play in a web browser. | ||
There are no official tools; you just need a text editor to write the code, [https://nodejs.org/ Node.js], and a web browser for testing. If you want a program dedicated to writing ChoiceScript there're a couple of option: [https://choicescriptide.github.io/ | There are no official tools; you just need a text editor to write the code, [https://nodejs.org/ Node.js], and a web browser for testing. If you want a program dedicated to writing ChoiceScript there're a couple of option: [https://choicescriptide.github.io/ CSIDE], and [https://github.com/GarrettFleischer/ChroniclerQT Chronicler] | ||
==See Also== | ==See Also== |
Revision as of 14:19, 12 October 2021
ChoiceScript | |
---|---|
Release date: | |
Made by: | Choice of Games |
Runs on: | |
Exports to: | Browser |
ChoiceScript is an open-source scripting language for writing text adventure games people can play in a web browser.
There are no official tools; you just need a text editor to write the code, Node.js, and a web browser for testing. If you want a program dedicated to writing ChoiceScript there're a couple of option: CSIDE, and Chronicler
See Also
- Introduction to ChoiceScript page on the Creators' website.
- ChoiceScript on Github.
- Choice Script Wiki
- Development Tools page on the ChoiceScript Wiki.