Counter Strike : Global Offensive Source Code
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.

32 lines
967 B

  1. Descriptions of some of the example scripts
  2. -----------------------------------------------------------
  3. Snake.gm
  4. Bomber.gm
  5. BomberRun.gm
  6. MineSweeper.gm
  7. Were written in a few hours by programmers testing an early
  8. version of GameMonkey. They were given the script
  9. reference, a copy of gme.exe and a syntax highlighter file.
  10. -----------------------------------------------------------
  11. gmDoc.gm (and related files)
  12. Is a utility to scan through .cpp files, find comments
  13. relating to GM script bindings and generate a .html file
  14. documenting those functions.
  15. -----------------------------------------------------------
  16. benchmark.gm
  17. Is a set of benchmarks used by Doug Bagley at
  18. http://www.bagley.org/~doug/shootout/
  19. to compare the performance of several languages.
  20. ( Note that simply executing these scripts with
  21. different languages does not provide a true indication
  22. of comparative performance. )
  23. -----------------------------------------------------------