Several months ago, I posted the following message regarding the
release of "Axiom", a universal gaming system.
http://groups.google.com/group/comp.lang.forth/browse_thread/thread/f71fc7730378...?#c385227c3a9f9a3d
Axiom is designed primarily to facilitate the creation of "abstract
strategy" games. These are typically, but not necessarily, two
player, perfect information games. Currently, there are now 21 Axiom
games posted at the Zillions site at:
http://www.zillionsofgames.com/
The Axiom toolkit has recently received the "Spotlight" award (see the
above page).
Zillions allows game developers to program their games using a game
specific, but highly reduced subset of a Lisp-like scripting language
(e.g. no variables, macros but no functions, no math capability)
whereas Axiom provides a rich Forth based environment with similar
game specific extensions. Note that the former makes it easier for
beginners, but limits the possible games that can be programmed via
this method. With the full power of Forth available, Axiom blows the
doors wide open.