Build a 3D Multiplayer Battle Royale Game with Unity
Learn a new skill to snag a new job now!
Do you want to build your first Battle Royale video game in Unity? Look no further. Build local and multiplayer battle royales like Fortnite in this course.
You’ll start by building a complete 3D game in Unity, with players, enemies and bots. You’ll implement networking to enable multiplayer communication in the game. You’ll run clients and a server to test your multiplayer battle royale.
- Learn to code in C# for game development
- Build a player that can look and move around
- Implement user input with keyboard
- Generate enemies
- Build attack particle systems and effects
- Build bots that move and attack the player
- Build a safe zone that shrinks over time
- Add networking with MLAPI
Unity is an incredible 3D package used for making video games, architectural and medical imaging and more. The challenge is that it's big and complicated to use, especially for complete beginners to coding and game development. We make learning to code easy and fun by leading you step-by-step through the process of creating exciting games.
Unity is a free download. With regular access to an internet connection you'll be able to engage in our thriving community. Even if you have no experience with coding, or with 3D packages, we will guide you through everything from first principles. Starting slow, then building on what you learn, you'll soon have a very solid working knowledge of Unity.
Your Instructor
Alexandra Kropf is Mammoth Interactive's CLO and a software developer with extensive experience in full-stack web development, app development and game development. She has helped produce courses for Mammoth Interactive since 2016, including the Coding Interview series in Java, JavaScript, C++, C#, Python and Swift.
Mammoth Interactive is a leading online course provider in everything from learning to code to becoming a YouTube star. Mammoth Interactive courses have been featured on Harvard’s edX, Business Insider and more.
Over 12 years, Mammoth Interactive has built a global student community with 4 million courses sold. Mammoth Interactive has released over 350 courses and 3,500 hours of video content.
Founder and CEO John Bura has been programming since 1997 and teaching
since 2002. John has created top-selling applications for iOS, Xbox and
more. John also runs SaaS company Devonian Apps, building
efficiency-minded software for technology workers like you.
Course Curriculum
-
Start01. Introduction to C# (5:02)
-
Start02. Creating a New Project (5:33)
-
Start03. Primitive Types (26:19)
-
Start-- 03. Source Code
-
Start04. Type Conversion (13:03)
-
Start-- 04. Source Code
-
Start05. Operators (23:40)
-
Start-- 05. Source Code
-
Start06.01 Classes (17:30)
-
Start06.02 Inheritance (15:11)
-
Start06.03 Structures (9:15)
-
Start06.04 Arrays and Strings (12:21)
-
Start06.05 Enumerator (10:37)
-
Start-- 06. Source Code
-
Start07.01 Statements (9:29)
-
Start07.02 Loops (11:11)
-
Start07.03 Random & Control Flow (12:33)
-
Start-- 07. Source Code
-
Start08.01 Types of Arrays (19:40)
-
Start08.02 Lists (15:37)
-
Start-- 08. Source Code