作业帮 > 英语 > 作业

英语翻译具体的描述如下:Create a game in pure AS3 (no Flex,no .fla) with

来源:学生作业帮 编辑:作业帮 分类:英语作业 时间:2024/10/04 14:11:51
英语翻译
具体的描述如下:
Create a game in pure AS3 (no Flex,no .fla) with the following features:
* A grid of 8x8 squares
* 3 (visually distinct) pieces
* A piece is moved by first clicking on the square that it is in and then clicking on the square where it will go to.
* When a selected piece is moved to an empty square it should play a 'good move' effect of your own choosing
* When a selected piece is moved to a square occupied by another piece,the selected piece is removed from the game and a destruction/explosion particle effect is played.
* There are no additional movement constraints and it is sufficient to just move a piece from the original square to the new square without animating it.
Some things to keep mind:
* Assume that your code is setting the foundation for a larger,more sophisticated game -- it should be structured to scale and evolve.
* Assume that you will hand over this code to another team to add features to.That means you get extra points if your code is readable and somewhat documented.
* This isn't meant to be a time consuming exercise
* Feel free to use any code libraries as long as the source is included,however keep in mind this is an opportunity to demonstrate your own programming ability,not your adept use of TweenLite
貌似是8*8格的扫雷游戏