虛幻引擎 js開發游戲
One of the most widely used game engines is Unreal Engine by Epic Games. On the freeCodeCamp.org YouTube channel, we've published a comprehensive course on how to use Unreal Engine with C++ to develop games.
Epic Games的虛幻引擎是使用最廣泛的游戲引擎之一。 在freeCodeCamp.org YouTube頻道上,我們發布了全面的課程,介紹如何將虛幻引擎與C ++一起使用來開發游戲。
In this beginner's course from Fahir Mehovic of Awesome Tuts, you will learn how to create three full games with Unreal Engine 4 and Blueprints (a visual scripting system).
在Awesome Tuts的Fahir Mehovic的初學者課程中,您將學習如何使用Unreal Engine 4和Blueprints(可視腳本系統)創建三個完整的游戲。
Unreal Engine is free to use, just like this course. This is a great way to start learning game development at no cost. Through creating these three games, you will learn many game design principles that are useful in creating all kids of games.
就像本課程一樣,虛幻引擎是免費使用的。 這是免費學習游戲開發的好方法。 通過創建這三個游戲,您將學習許多游戲設計原則,這些原則對于創建所有游戲孩子都非常有用。
The course starts by teaching a simple game so you can learn the basic concepts. You will learn how to control a character around a 3-d environment. The character can pick up items and lose health.
本課程首先教一個簡單的游戲,以便您學習基本概念。 您將學習如何在3D環境中控制角色。 角色可能撿起物品并失去健康。
Then you will learn to create a brick breaker game and pac-man. These games introduce more complexity such as keeping score and interacting with enemies. All the assets needed to create these games are included for free.
然后,您將學習創建打磚塊游戲和吃豆人。 這些游戲引入了更多的復雜性,例如保持得分和與敵人互動。 免費提供了創建這些游戲所需的所有資產。
You can watch the course below or on the freeCodeCamp.org YouTube channel (5 hour watch).
您可以在下面或在freeCodeCamp.org YouTube頻道上觀看課程(觀看5小時)。
翻譯自: https://www.freecodecamp.org/news/learn-unreal-engine-by-creating-three-games/
虛幻引擎 js開發游戲