ChoiceScript: Difference between revisions

From Game Making Tools Wiki
(Created. NB: Need a different infobox)
 
(text editor cat)
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
| release_date =  
| release_date =  
| made_by      = [https://www.choiceofgames.com/ Choice of Games]
| made_by      = [https://www.choiceofgames.com/ Choice of Games]
| runs_on      =  
| runs_on      = [[:Category:Text Editor|Text Editor]]
| exports_to  = [[:Category:Browser_Export|Browser]]
| exports_to  = [[:Category:Browser_Export|Browser]]
}}
}}
'''ChoiceScript''' is an [[:Category:Open-Source|open-source]] ''[[Guide:Glossary#Scripting Language|scripting language]]'' for writing [[:Category:Text Adventure|text adventure games]] people can play in a web browser.
'''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/|CSIDE], and [https://github.com/GarrettFleischer/ChroniclerQT Chronicler]
There are no official tools; you just need a [[:Category:Text_Editor|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==
Line 18: Line 18:
[[Category:Text Adventure]]
[[Category:Text Adventure]]
[[Category:Open-Source]]
[[Category:Open-Source]]
[[Category:Text Editor]]
[[Category:Browser Export]]
[[Category:Browser Export]]

Latest revision as of 13:16, 9 September 2022

ChoiceScript
Release date:
Made by: Choice of Games
Runs on: Text Editor
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