readme.txt

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

TXT
13
字号
===============================================================================
Data Structures For Game Programmers
Ron Penton
Game Demonstration 6-1
===============================================================================
This demonstration shows you how to use linked lists to store inventory 
information

- click on the icons on the bottom to add them to the inventory
- click on the current inventory item, in the box, to remove it
- press the left/right arrow keys on your keyboard to move through the inventory
- press the up/down arrow keys to increase or decrease the maximum weight

⌨️ 快捷键说明

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