docs: update tutorial
This commit is contained in:
parent
5fe51e5d17
commit
822574361d
|
@ -406,6 +406,8 @@ class Snake {
|
|||
}
|
||||
```
|
||||
|
||||
蛇的转向有个逻辑,就是不能反方向后退,比如正在向上移动,不能直接直接向下转向,所以在 `turnUp`,`turnRight`,`turnDown`,`turnLeft` 中都有对应的条件判断。
|
||||
|
||||
### 使用代码描述游戏实体
|
||||
|
||||
```js
|
||||
|
|
Loading…
Reference in New Issue