unity 克隆
Learn game development principles by coding a Portal-like game using Unity and C#. The principles you learn in this lecture from Colton Ogden can apply to any programming language and any game.
通过使用Unity和C#编写类似于Portal的游戏来学习游戏开发原理。 您在本次演讲中从科尔顿·奥格登学到的原理可以应用于任何编程语言和任何游戏。
This lecture is part of CS50's Introduction to Game Development course from Harvard University. The course explores principles of 2D and 3D graphics, animation, sound, and collision detection using frameworks like Unity and LÖVE 2D, as well as languages like Lua and C#.
该讲座是哈佛大学CS50游戏开发入门课程的一部分。 本课程使用Unity和LÖVE2D等框架以及Lua和C#等语言探索2D和3D图形,动画,声音和碰撞检测的原理。
By end of the course (we're posting one lecture per day), you will have programmed several of your own games and gained a thorough understanding of the basics of game design and development.
在课程结束时(我们每天发布一次讲座),您将已经编写了一些自己的游戏,并对游戏设计和开发的基本知识有了透彻的了解。
This tenth lecture teaches all the key components of a Portal game clone.
第十讲,讲授Portal游戏克隆的所有关键组成部分。
You can watch the lecture on the freeCodeCamp.org YouTube channel.
您可以在freeCodeCamp.org YouTube频道上观看讲座。
翻译自: https://www.freecodecamp.org/news/code-a-portal-game/
unity 克隆