readme
来自「这是一个同样来自贝尔实验室的和UNIX有着渊源的操作系统, 其简洁的设计和实现易」· 代码 · 共 23 行
TXT
23 行
If you click with mouse button 1on a (destination) square then the following may happen.If - the destination square is on the same row or column as glenda, and - there is a ball next to glenda (in the direction of the destination square), and - all squares between the ball and the destination square (where glenda will move) are empty, and - the square next to the destination square where glenda will push the ball is empty too, then glenda will move to the destination square, pushing theball while moving.Otherwise, if glenda can go to the destination squarewithout touching anything, it will do so.Otherwise, nothing will happen.The breadth-first search algorithm should find a fast route.it can be seen in action by toggling the 'animate'entry in the button 3 menu.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?