JACL Adventure Creation Language 1.13.0 (Default branch) |
|
|
JACL is an interpreted language for creating HTML-based games. The JACL
interpreter contains an integrated Web server, allowing games to be played
locally or across the network with minimal configuration. As all execution
takes place on the server, users require nothing more than a plain Web browser
to play.
License: GNU General Public License (GPL)
Changes:
Support for arrays and while loops was added. The syntax for passing arguments to functions was modified to allow return value to be used inside expressions. Numerous minor bugs were fixed.
|