The Study of Game Script in Java

碩士 === 國立交通大學 === 資訊工程系 === 91 === Game animation plays an important role for game design. How to simplify the animation design to speed up the game development is an important issue. We can use game scripts to help the animation design and reduce the relationship between art designers an...

Full description

Bibliographic Details
Main Author: 許傳杰
Other Authors: 吳毅成
Format: Others
Language:zh-TW
Published: 2003
Online Access:http://ndltd.ncl.edu.tw/handle/07340292794212867330
Description
Summary:碩士 === 國立交通大學 === 資訊工程系 === 91 === Game animation plays an important role for game design. How to simplify the animation design to speed up the game development is an important issue. We can use game scripts to help the animation design and reduce the relationship between art designers and programmers. In this thesis, we develop a game scripting language in Java, named CycLisp. We design the syntax of CycLisp and develop its execution engine; furthermore, we incorporate the CycLisp execution engine into the CYC game platform to study its feasibility.