You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
967 B
33 lines
967 B
Descriptions of some of the example scripts
|
|
|
|
-----------------------------------------------------------
|
|
|
|
Snake.gm
|
|
Bomber.gm
|
|
BomberRun.gm
|
|
MineSweeper.gm
|
|
|
|
Were written in a few hours by programmers testing an early
|
|
version of GameMonkey. They were given the script
|
|
reference, a copy of gme.exe and a syntax highlighter file.
|
|
|
|
-----------------------------------------------------------
|
|
|
|
gmDoc.gm (and related files)
|
|
|
|
Is a utility to scan through .cpp files, find comments
|
|
relating to GM script bindings and generate a .html file
|
|
documenting those functions.
|
|
|
|
-----------------------------------------------------------
|
|
|
|
benchmark.gm
|
|
|
|
Is a set of benchmarks used by Doug Bagley at
|
|
http://www.bagley.org/~doug/shootout/
|
|
to compare the performance of several languages.
|
|
( Note that simply executing these scripts with
|
|
different languages does not provide a true indication
|
|
of comparative performance. )
|
|
|
|
-----------------------------------------------------------
|