readme.txt

来自「好书,关于游戏开发数据结构的,还有一些实用例子」· 文本 代码 · 共 12 行

TXT
12
字号
===============================================================================
Data Structures For Game Programmers
Ron Penton
Game Demonstration 7-1
===============================================================================
This demonstration shows you how to use stacks to store a game menu

- When a menu pops up, it will have 2 or 3 numbers listed
- Press the corresponding number to bring up a sub-menu
- Press the number 0 to exit any menu
- Press Escape to quit the demo

⌨️ 快捷键说明

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