文件名称:FiveStone
-
所属分类:
- 标签属性:
- 上传时间:2013-06-13
-
文件大小:3.82mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
在设计五子棋游戏的时候,首先可以确定用户所需要执行的操作。这里可以确定一些基本的功能,这些功能包括如下。
玩家能够快速开始游戏。
玩家能够更换身份(更换黑棋和白棋)。
玩家能够退出游戏。
其中,玩家能够快速开始游戏,需要考虑玩家当前的身份。例如当玩家为黑棋的时候(玩家先走棋),单击【快速游戏】时玩家能够开始下棋,另外,当玩家为白棋的时候(电脑先走棋),单击【快速游戏】时计算机首先下棋。
不仅如此,玩家能够快速更换身份。更换身份后玩家能够进行不同的棋子的选择,从而和电脑进行博弈。
如果玩家希望退出时,可以单击【退出】进行系统退出。-In the design of 331 games, the first thing to determine user needs to do. Here you can identify some basic functions, which include the following.
Players to quickly start the game.
Players can be replaced identity (replacing Black and White).
Players to exit the game.
Among them, the players to quickly start the game, players need to consider the current status. For example, when the player is Black when (players go first chess), and click fast in games when players can begin to play chess, in addition, the time when the player was White (go first chess computer), and click quick game] when the computer first chess.
Moreover, the player can quickly change status. Replace identity players to make different pieces of choices to the game and computer.
If a player wishes to withdraw, you can click Exit to exit the system.
玩家能够快速开始游戏。
玩家能够更换身份(更换黑棋和白棋)。
玩家能够退出游戏。
其中,玩家能够快速开始游戏,需要考虑玩家当前的身份。例如当玩家为黑棋的时候(玩家先走棋),单击【快速游戏】时玩家能够开始下棋,另外,当玩家为白棋的时候(电脑先走棋),单击【快速游戏】时计算机首先下棋。
不仅如此,玩家能够快速更换身份。更换身份后玩家能够进行不同的棋子的选择,从而和电脑进行博弈。
如果玩家希望退出时,可以单击【退出】进行系统退出。-In the design of 331 games, the first thing to determine user needs to do. Here you can identify some basic functions, which include the following.
Players to quickly start the game.
Players can be replaced identity (replacing Black and White).
Players to exit the game.
Among them, the players to quickly start the game, players need to consider the current status. For example, when the player is Black when (players go first chess), and click fast in games when players can begin to play chess, in addition, the time when the player was White (go first chess computer), and click quick game] when the computer first chess.
Moreover, the player can quickly change status. Replace identity players to make different pieces of choices to the game and computer.
If a player wishes to withdraw, you can click Exit to exit the system.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
FiveStone/FiveStone/bbg.png
FiveStone/FiveStone/bg.png
FiveStone/FiveStone/bin/Debug/FiveStone.exe
FiveStone/FiveStone/bin/Debug/FiveStone.MyStack.dll
FiveStone/FiveStone/bin/Debug/FiveStone.MyStack.pdb
FiveStone/FiveStone/bin/Debug/FiveStone.pdb
FiveStone/FiveStone/bin/Debug/FiveStone.vshost.exe
FiveStone/FiveStone/bin/Debug/FiveStone.vshost.exe.manifest
FiveStone/FiveStone/bin/Debug/fs/FiveStone.exe
FiveStone/FiveStone/bin/Debug/fs/FiveStone.MyStack.dll
FiveStone/FiveStone/bin/Debug/fs.rar
FiveStone/FiveStone/black.png
FiveStone/FiveStone/board.png
FiveStone/FiveStone/Boards.cs
FiveStone/FiveStone/chessboard.gif
FiveStone/FiveStone/FiveStone.csproj
FiveStone/FiveStone/Form1.cs
FiveStone/FiveStone/Form1.Designer.cs
FiveStone/FiveStone/Form1.resx
FiveStone/FiveStone/kh.png
FiveStone/FiveStone/obj/Debug/FiveStone.csproj.FileListAbsolute.txt
FiveStone/FiveStone/obj/Debug/FiveStone.csproj.GenerateResource.Cache
FiveStone/FiveStone/obj/Debug/FiveStone.exe
FiveStone/FiveStone/obj/Debug/FiveStone.Form1.resources
FiveStone/FiveStone/obj/Debug/FiveStone.pdb
FiveStone/FiveStone/obj/Debug/FiveStone.Properties.Resources.resources
FiveStone/FiveStone/obj/Debug/ResolveAssemblyReference.cache
FiveStone/FiveStone/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll
FiveStone/FiveStone/PC.cs
FiveStone/FiveStone/Program.cs
FiveStone/FiveStone/Properties/AssemblyInfo.cs
FiveStone/FiveStone/Properties/Resources.Designer.cs
FiveStone/FiveStone/Properties/Resources.resx
FiveStone/FiveStone/Rules.cs
FiveStone/FiveStone/Stones.cs
FiveStone/FiveStone/white.png
FiveStone/FiveStone.docx
FiveStone/FiveStone.sln
FiveStone/FiveStone.suo
FiveStone/MyStack/bin/Debug/FiveStone.MyStack.dll
FiveStone/MyStack/bin/Debug/FiveStone.MyStack.pdb
FiveStone/MyStack/MyStack.cs
FiveStone/MyStack/MyStack.csproj
FiveStone/MyStack/obj/Debug/FiveStone.MyStack.dll
FiveStone/MyStack/obj/Debug/FiveStone.MyStack.pdb
FiveStone/MyStack/obj/Debug/MyStack.csproj.FileListAbsolute.txt
FiveStone/MyStack/Properties/AssemblyInfo.cs
FiveStone/UML/Activity.vsd
FiveStone/UML/Class.vsd
FiveStone/UML/Package.vsd
FiveStone/UML/UserCase.vsd
FiveStone/FiveStone/bin/Debug/fs
FiveStone/FiveStone/obj/Debug/TempPE
FiveStone/MyStack/obj/Debug/TempPE
FiveStone/FiveStone/bin/Debug
FiveStone/FiveStone/obj/Debug
FiveStone/MyStack/bin/Debug
FiveStone/MyStack/obj/Debug
FiveStone/FiveStone/bin
FiveStone/FiveStone/obj
FiveStone/FiveStone/Properties
FiveStone/MyStack/bin
FiveStone/MyStack/obj
FiveStone/MyStack/Properties
FiveStone/FiveStone
FiveStone/MyStack
FiveStone/UML
FiveStone
FiveStone/FiveStone/bg.png
FiveStone/FiveStone/bin/Debug/FiveStone.exe
FiveStone/FiveStone/bin/Debug/FiveStone.MyStack.dll
FiveStone/FiveStone/bin/Debug/FiveStone.MyStack.pdb
FiveStone/FiveStone/bin/Debug/FiveStone.pdb
FiveStone/FiveStone/bin/Debug/FiveStone.vshost.exe
FiveStone/FiveStone/bin/Debug/FiveStone.vshost.exe.manifest
FiveStone/FiveStone/bin/Debug/fs/FiveStone.exe
FiveStone/FiveStone/bin/Debug/fs/FiveStone.MyStack.dll
FiveStone/FiveStone/bin/Debug/fs.rar
FiveStone/FiveStone/black.png
FiveStone/FiveStone/board.png
FiveStone/FiveStone/Boards.cs
FiveStone/FiveStone/chessboard.gif
FiveStone/FiveStone/FiveStone.csproj
FiveStone/FiveStone/Form1.cs
FiveStone/FiveStone/Form1.Designer.cs
FiveStone/FiveStone/Form1.resx
FiveStone/FiveStone/kh.png
FiveStone/FiveStone/obj/Debug/FiveStone.csproj.FileListAbsolute.txt
FiveStone/FiveStone/obj/Debug/FiveStone.csproj.GenerateResource.Cache
FiveStone/FiveStone/obj/Debug/FiveStone.exe
FiveStone/FiveStone/obj/Debug/FiveStone.Form1.resources
FiveStone/FiveStone/obj/Debug/FiveStone.pdb
FiveStone/FiveStone/obj/Debug/FiveStone.Properties.Resources.resources
FiveStone/FiveStone/obj/Debug/ResolveAssemblyReference.cache
FiveStone/FiveStone/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll
FiveStone/FiveStone/PC.cs
FiveStone/FiveStone/Program.cs
FiveStone/FiveStone/Properties/AssemblyInfo.cs
FiveStone/FiveStone/Properties/Resources.Designer.cs
FiveStone/FiveStone/Properties/Resources.resx
FiveStone/FiveStone/Rules.cs
FiveStone/FiveStone/Stones.cs
FiveStone/FiveStone/white.png
FiveStone/FiveStone.docx
FiveStone/FiveStone.sln
FiveStone/FiveStone.suo
FiveStone/MyStack/bin/Debug/FiveStone.MyStack.dll
FiveStone/MyStack/bin/Debug/FiveStone.MyStack.pdb
FiveStone/MyStack/MyStack.cs
FiveStone/MyStack/MyStack.csproj
FiveStone/MyStack/obj/Debug/FiveStone.MyStack.dll
FiveStone/MyStack/obj/Debug/FiveStone.MyStack.pdb
FiveStone/MyStack/obj/Debug/MyStack.csproj.FileListAbsolute.txt
FiveStone/MyStack/Properties/AssemblyInfo.cs
FiveStone/UML/Activity.vsd
FiveStone/UML/Class.vsd
FiveStone/UML/Package.vsd
FiveStone/UML/UserCase.vsd
FiveStone/FiveStone/bin/Debug/fs
FiveStone/FiveStone/obj/Debug/TempPE
FiveStone/MyStack/obj/Debug/TempPE
FiveStone/FiveStone/bin/Debug
FiveStone/FiveStone/obj/Debug
FiveStone/MyStack/bin/Debug
FiveStone/MyStack/obj/Debug
FiveStone/FiveStone/bin
FiveStone/FiveStone/obj
FiveStone/FiveStone/Properties
FiveStone/MyStack/bin
FiveStone/MyStack/obj
FiveStone/MyStack/Properties
FiveStone/FiveStone
FiveStone/MyStack
FiveStone/UML
FiveStone
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.