Commit f660188e authored by 邱旭's avatar 邱旭

00.前言

parent a572052f
......@@ -8,6 +8,16 @@
学习本案例需要的预备知识:`html` `javascript` `面向对象编程概念`
学习本案例前,请记住以下概念:
> **游戏 = 输入 + 循环 + 输出**
>
> 输出:鼠标、键盘、陀螺仪、手柄、ar/vr、摄像头、麦克风等一切可以获取信息的设备
>
> 循环:游戏主循环, 数据更新+渲染更新
>
> 输出:渲染,对应用户看到的画面,声音等
本案例使用以下模拟器模拟
![00_1.png](../images/00_1.png)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment