使用Unity, NodeJS, Strapi和TypeScript創建一個在線游戲資源簡介
你將會學到的
使用Unity作為前端和NodeJS作為后端,在專用的權威服務器上創建一個在線多人游戲。
使用Strapi作為管理面板/數據庫內容管理系統和API框架來組織您的內容和數據庫。
了解現代在線游戲網絡工作原理,無論您使用哪種工具或程序。
了解面向對象編程在游戲開發中的重要性。
了解點對點系統和客戶端-服務器系統的區別以及何時使用它們。
學習使用TypeScript編寫游戲后端的面向對象編程原則。
盡可能使您的在線游戲無法被黑客攻擊(游戲永遠無法100%防御黑客攻擊)。
創建一個在線回合制策略游戲,包括角色、技能、增益/減益效果。
學習如何更新已發布的游戲以添加新內容和功能。
要求
只需要非常基礎的編程經驗。如果您已經有Unity經驗,那么這門課程將會很輕松。
我期望您具備JavaScript的初學者經驗。
如果您了解JavaScript和C#的基礎知識,那么您將自動理解TypeScript。
說明
歡迎來到使用Unity和NodeJS構建多人游戲的簡明指南。如果您尋求一種直截了當的方法,那么您來對地方了。
以下是本課程提供的內容
Unity 和 NodeJS 集成深入學習如何在Unity中處理游戲的視覺元素,并利用NodeJS來實現后端機制。我們簡化了復雜的部分,使集成變得簡單。
使用 Strapi 進行內容管理高效管理游戲的內容。學習如何使用Strapi的方方面面,確保您擁有一個動態且易于更新的游戲環境。
網絡基礎知識深入了解在線游戲網絡的基礎知識。學習點對點和客戶端-服務器系統的獨特特點,確保您的游戲提供最佳的多人游戲體驗。
TypeScript 和 面向對象編程超越基礎知識。了解如何將TypeScript和面向對象編程結合起來,以產生更有組織、可擴展和高效的后端代碼。
游戲安全性在當今數字時代,安全性至關重要。我們將指導您采取措施保護游戲,減少漏洞,確保為玩家提供更安全的平臺。
發布和更新一旦您的游戲發布,它就需要保持相關性。獲取有關更新和改進現場游戲的最佳實踐的見解,添加新內容,確保持續的玩家參與度。
本課程旨在面向初學者和具有一定游戲開發背景的學習者,承諾全面理解創建、管理和更新在線多人游戲的過程。開始吧,讓我們一起構建游戲!
此課程面向哪些人
本課程適用于初學者和中級Unity游戲開發者,他們希望學習如何制作一款現代在線多人游戲。
課程目錄
├──1. Introduction
| ├──1. Introduction.mp4 127.80M
| ├──1. Introduction.srt 14.64kb
| ├──1. Introduction.vtt 15.53kb
| ├──2. Peer to Peer vs Client Server.mp4 85.50M
| ├──2. Peer to Peer vs Client Server.srt 9.80kb
| ├──2. Peer to Peer vs Client Server.vtt 10.14kb
| ├──3. The Tools and Software that we will use.mp4 248.94M
| ├──3. The Tools and Software that we will use.srt 36.57kb
| ├──3. The Tools and Software that we will use.vtt 37.03kb
| ├──4. A quick note about Security.mp4 92.64M
| ├──4. A quick note about Security.srt 13.77kb
| └──4. A quick note about Security.vtt 13.91kb
├──2. Unity
| ├──1. Unity Start Setup.mp4 13.60M
| ├──1. Unity Start Setup.srt 4.72kb
| ├──1. Unity Start Setup.vtt 4.83kb
| ├──2. Setting up our scene.mp4 176.58M
| ├──2. Setting up our scene.srt 36.26kb
| ├──2. Setting up our scene.vtt 35.54kb
| ├──3. Setting up our authentication flow.mp4 149.40M
| ├──3. Setting up our authentication flow.srt 22.14kb
| ├──3. Setting up our authentication flow.vtt 21.99kb
| ├──3.1 SocketIO repo for Unity.html 0.11kb
| └──3.2 UnitySetupAuthPackage.unitypackage 4.38M
├──3. Backend Server
| ├──1. Setup Node server with Strapi.mp4 615.12M
| ├──1. Setup Node server with Strapi.srt 79.80kb
| ├──1. Setup Node server with Strapi.vtt 78.72kb
| ├──1.1 How to enable hyper v for docker desktop.html 0.12kb
| ├──1.2 onlineudemygame.zip 7.59kb
| ├──2. Create our Characters and Authenticate user.mp4 420.96M
| ├──2. Create our Characters and Authenticate user.srt 67.21kb
| ├──2. Create our Characters and Authenticate user.vtt 65.85kb
| ├──2.1 Characterpic1.html 0.09kb
| ├──2.2 Characterpic2.html 0.09kb
| ├──2.3 Types.txt 1.17kb
| ├──3. Process the roster of characters and populate selection screen.mp4 171.99M
| ├──3. Process the roster of characters and populate selection screen.srt 15.85kb
| ├──3. Process the roster of characters and populate selection screen.vtt 15.49kb
| └──3.1 GetTexture.txt 0.74kb
├──4. Frontend + Backend
| ├──1. Connect the Frontend with your Backend using Socket.IO.mp4 262.22M
| ├──1. Connect the Frontend with your Backend using Socket.IO.srt 35.51kb
| ├──1. Connect the Frontend with your Backend using Socket.IO.vtt 34.20kb
| ├──1.1 Socketiosetup.txt 1.20kb
| ├──2. Fetch and Validate the user with their chosen character.mp4 479.53M
| ├──2. Fetch and Validate the user with their chosen character.srt 41.01kb
| ├──2. Fetch and Validate the user with their chosen character.vtt 40.78kb
| ├──2.1 Strapi schema to Typescript types generator.html 0.11kb
| ├──3. Create the Skills & generate Typescript types for your entities and start battle.mp4 467.67M
| ├──3. Create the Skills & generate Typescript types for your entities and start battle.srt 63.98kb
| ├──3. Create the Skills & generate Typescript types for your entities and start battle.vtt 63.38kb
| ├──3.1 Skill1.html 0.09kb
| ├──3.2 Skill2.html 0.09kb
| ├──3.3 Skill3.html 0.09kb
| ├──4. Populate battle screen with the available skills of your character & pass turn.mp4 312.29M
| ├──4. Populate battle screen with the available skills of your character & pass turn.srt 36.21kb
| ├──4. Populate battle screen with the available skills of your character & pass turn.vtt 35.40kb
| ├──5. Structure skills so you can build them visually in your admin panel (Strapi).mp4 321.71M
| ├──5. Structure skills so you can build them visually in your admin panel (Strapi).srt 33.09kb
| └──5. Structure skills so you can build them visually in your admin panel (Strapi).vtt 32.94kb
└──5. (Final) Deploy your game (Devops, Ubuntu, DigitalOcean, Docker)
| ├──1. Deploy your game on the internet on Production so everyone can start playing.mp4 501.33M
| ├──1. Deploy your game on the internet on Production so everyone can start playing.srt 44.44kb
| ├──1. Deploy your game on the internet on Production so everyone can start playing.vtt 43.91kb
| └──1.1 DatabaseDockerfilesAndDbExportCommands.txt 1.78kb