Dendry: Difference between revisions

From Game Making Tools Wiki
(Created)
 
(mentioning browser export, needing terminal and text editor)
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
| made_by      =  
| made_by      =  
| runs_on      = [[:Category:Linux|Linux]]<br>[[:Category:Mac OS|Mac OS]]<br>[[:Category:Windows|Windows]]
| runs_on      = [[:Category:Linux|Linux]]<br>[[:Category:Mac OS|Mac OS]]<br>[[:Category:Windows|Windows]]
| exports_to  =  
| exports_to  = [[:Category:Browser_Export|Browser]]
}}
}}
'''Dendry''' is an [[:Category:Open-Source|Open-Source]] framework for making [[:Category:Text Adventure|interactive fiction]] with HTML and JavaScript.
'''Dendry''' is an [[:Category:Open-Source|Open-Source]] framework for making [[:Category:Text Adventure|interactive fiction]] with HTML and JavaScript.
To make games you will need to BYO {{jargon|Text Editor|text editor}} and something to run build commands in, like cmd.exe in Windows, or a {{jargon|Terminal Editor|terminal editor}} in Linux.


==See Also==
==See Also==
* [https://github.com/aucchen/dendry Dendry] on Github.
* [https://github.com/aucchen/dendry Dendry] on Github.
* [https://smwhr.notion.site/Getting-started-with-Dendry-188e7e39a961497fb2d0a0deee0c21a0 Getting started with Dendry] - Easy to follow guide.
* [https://smwhr.notion.site/Getting-started-with-Dendry-188e7e39a961497fb2d0a0deee0c21a0 Getting started with Dendry] - Easy to follow guide.
* [https://github.com/aucchen/dendrynexus DendyNexus] - Related framework for making card-based games.


[[Category:Game Builder]][[Category:Text Adventure]]
[[Category:Game Builder]][[Category:Text Adventure]]
[[Category:Open-Source]]
[[Category:Open-Source]]
[[Category:Text Editor]]
[[Category:Linux]][[Category:Mac OS]][[Category:Windows]]
[[Category:Linux]][[Category:Mac OS]][[Category:Windows]]
[[Category:Browser Export]]

Latest revision as of 03:37, 13 September 2024

Dendry
Release date:
Made by:
Runs on: Linux
Mac OS
Windows
Exports to: Browser


Dendry is an Open-Source framework for making interactive fiction with HTML and JavaScript.

To make games you will need to BYO text editor and something to run build commands in, like cmd.exe in Windows, or a terminal editor in Linux.

See Also