资 源 简 介
BulletScript is an bytecode-compiled language, written in C++, used for designing bullet patterns in shmup-style games. It is however, generic enough that it can be used for other purposes (particle systems, shmup beam weapons, mob behaviour, etc). It is licensed under the MIT license (X11).
Both the source and SDK can be downloaded from http://code.google.com/p/bulletscript/downloads/list
Some videos of BulletScript in action:
http://www.youtube.com/watch?v=Y-uw5SfmJ9A
http://www.youtube.com/watch?v=GC8dGIxt0ZU
http://www.youtube.com/watch?v=A1oD94thlo8
http://www.youtube.com/watch?v=ytZiE0fS58Y
You can get a feel for the language by looking at some scripts here: http://code.google.com/p/bulletscript/source/browse/trunk/examples/testbed/bin/General.script
-------------------- News, etc --------------------
(None!)
I"m looking for someone to make a linux build! The code does actually compile on linux,