导读:
This tetris engine contains full source code for a tetris game. As well as being useful for people looking to develop a tetris-like game, it's also a good starting point for anyone looking to build games in Actionscript 3. Take a look through the code and learn from it. 这款引擎包含了完整的源代码(读者到源链接下载),对于那些尝试开发TERIS一样的开发者来说是有益的。学习一下也是有益处的
The code is in two parts. 代码分为两个部分
The game engine itself, comprising all the classes in the bigroom.tetris package, plus the KeyPoll class which is also available as a stand-alone. 游戏引擎本身,包含在BIGROOM.TETRIS包里面加上键盘轮询的类也作为单独的提供
The example game, comprising the .fla plus all the code in the default package and which uses the game engine. 样例游戏包含在.FLA的代码里面以及各种实用这个引擎的游戏里面
本文转自
http://flashgamecode.net/free/tetris-engine
This tetris engine contains full source code for a tetris game. As well as being useful for people looking to develop a tetris-like game, it's also a good starting point for anyone looking to build games in Actionscript 3. Take a look through the code and learn from it. 这款引擎包含了完整的源代码(读者到源链接下载),对于那些尝试开发TERIS一样的开发者来说是有益的。学习一下也是有益处的
The code is in two parts. 代码分为两个部分
The game engine itself, comprising all the classes in the bigroom.tetris package, plus the KeyPoll class which is also available as a stand-alone. 游戏引擎本身,包含在BIGROOM.TETRIS包里面加上键盘轮询的类也作为单独的提供
The example game, comprising the .fla plus all the code in the default package and which uses the game engine. 样例游戏包含在.FLA的代码里面以及各种实用这个引擎的游戏里面
本文转自
http://flashgamecode.net/free/tetris-engine
本文分享了一款Tetris游戏引擎的完整源代码,不仅适合希望开发类似Tetris游戏的开发者,同时也为那些希望使用Actionscript 3进行游戏开发的人提供了一个良好的起点。该引擎代码分为两部分:游戏引擎核心代码及示例游戏代码。
1389

被折叠的 条评论
为什么被折叠?



