readme.txt

来自「游戏开发数据结构Data Structures for Game Program」· 文本 代码 · 共 23 行

TXT
23
字号
===============================================================================
Data Structures For Game Programmers
Ron Penton
Game Demonstration 15-1
===============================================================================
This demonstration is a "Rock Pile" game demonstration

The game can handle up to eight rocks; use the ten buttons to add or remove rocks
from each of the five piles.

Once you are done setting up the game, click Play

During the game, there are two buttons. Click the Hint button to display a second
game. This second game will show you the state that the computer would move to
if it were its turn, using the minimax tree. You can turn the hints off by 
clicking Hint again.

To remove rocks from the pile, click on the Nth rock from the bottom of a pile
to remove N rocks from that pile. For example, to remove 1 rock from a pile,
click on the bottom rock. To remove 2, click on the second rock.

Once you have made your move, click the Computer button to make the computer
make its move.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?