Tetris game engine TETRIS 游戏引擎

导读:
  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

你可能感兴趣的:(游戏,.net,actionscript)