- Terrain 地形, 第一身視點遊戲
- Unity asset store asset store
教學
[廣東話] Unity 遊戲設計/開發教學 – 第二課: C# Script, 用戶輸入
- C# Scripts as component
- Keyboard Input: left, right, up, down
[廣東話] Unity 遊戲設計/開發教學 – 第一課: Unity Editor 基本用法
Unity Editor 基本用法:
1) Scene view, Hierarchy view, Inspector view, Project view
2) Add / Move / Rotate / Scale game object
3) Run game
[廣東話] Python 入門:第一課 – PyCharm, Python examples & Python data types
[廣東話] Python 入門:第一課 – PyCharm, Python examples & Python data types
基於 Python 3.7 的教程,以廣東話教授。
# 第一課: PyCharm, Hello world, data type
- Pycharm IDE basic usage
- Indentation, print function
- Four main data type: str, int, float, bool
- Basic calculation
- Type conversion: int(), float(), str(), bool()
- String concatenation
- SLICE operation [start:end:step]
- String functions: find, replace, etc.