Mô tả

This course is made with the latest content and newest technics used in modern Game Development (Unity 2022)


The best way to learn anything is by doing it in a really fun way and this is where this course comes from. If you want to learn how all these incredible games you see are made there is no better place to start than this course. We made sure that this course has everything you need to take you from a beginner (even with zero codding experience) and slowly take you to intermediate and finally become a professional.


I chose the main project in this course to be a 2D platformer because it not only has a vast library of game development concepts that we can implement and learn, but also because it's very simple (especially if you are a beginner) to delve in and get started on your game development journey.


Everything in this course has been meticulously crafted, review and recrafted to provide you with the best experience possible and maximize your learning as much as possible. So not only will you have a great time learning you'll also get the MOST BANG FOR YOUR BUCK by going away from this course with a lot of tools in your arsenal to continue you journey in the wild west of game development.


Section 1 - Introduction & Setup:

We'll start off by downloading all the necessary tools that we need to start our game development journey. That means the latest version of Unity and the latest version of Visual Studio. We'll also go over everything you need to make you feel right at home and how to use the course to maximize your learning potential. We'll finish off by creating our first code with a very simple game just to take the pressure off.


Section 2 - Magic Game Cube: C# & Unity Basics:

This is where things get heated up. We'll start by leaning what Version Control is which is an incredibly powerful tool for game developers and used by professional programmers around the world. We'll learn the basics of C# so even if you have ZERO CODING EXPERINCE you can still understand everything and learn how to build great games and continue on with the project. We'll also get a grasp on the fundamentals of Unity Engine and how everything works in it.


Section 3 - Castle Conquest: Setting Up Our World:

We begin our Main Project. We'll start off by setting up our world, and what better place than the Game Design and player experience of our game. We'll add sprite sheets slice them. You'll learn how all these maps in 2D platformers are so easily created and understand how it's not as hard as it seems. We'll add our character who's a great Conqueror wielding his trusted Hammer and you'll get your first taste of animations.


Section 4 - Castle Conquest: Creating Our Conqueror:

Here is where you go deeper into making our character feel alive. We'll give him the ability to move in the levels we created and interact with various things like the walls and so on. Our Conqueror will jump, climb, run, flip and just stand there sometimes Idling. We'll also implement a modern game development technique called CINEMACHINE that makes our game really cool and professional.


Section 5 - Castle Conquest: Adding Enemies & Bombs:

It's where things get a bit scary because our Conqueror is no longer safe. There are new threats inside his castle with pigs roaming and bombs ready to explode at any moment. We'll add enemies, animated them and make them hurt our Conqueror if he walks too close to them. We'll also add hazards like bombs that blow our player up if he doesn't keep a safe distance after they start burning.


Section 6 - Castle Conquest: Controlling Our Game:

This is where we add lives to our player, we add more levels and add a score to get anyone playing our game a goal that they should achieve. Make everything in our world much more interesting and fun to experience. This is also where we add Sound Effects to our world and really make everything come alive.


Bonus Section:

This is where we do a little bit extra. We delve deeper into the UI canvas of our game and make it much better to look at. We add all the SFX we have available, so that everything we interact with has a sound attached to it, and finally we tweak the progression of the levels by adding a couple of new animations to our player.


What You Will Learn In This Course:

  1. Download and install Unity and Visual Studio

  2. Why we need Visual Studio with Unity

  3. Use Visual Studio with Unity in a simple way

  4. How to set a good Game Development environment

  5. Unity Engine are in a simple and comprehensive way

  6. The Basics of C# in the most fun ways possible by creating a game

  7. Use player input to control the behavior of our game

  8. Add different component to game objects

  9. Add gravity and other forces to game objects

  10. Make game objects interact with each other in our game

  11. Add sprite sheets and slice them up

  12. Create Tile assets

  13. How to create levels from our tile assets

  14. Become a ninja problem solver and learn how to go step by step to solve any problem in Game Development and coding

  15. Create animations

  16. Make transition between animations

  17. Add climbing mechanics

  18. Add bombs that explode and kill player

  19. Add enemies that attack you

  20. Create levels automatically with 2Dextras

  21. Learn what player experience is

  22. Add sound effects to your game

  23. Add a scoring system to our game

  24. Add lives to our player with dying conditions

Bạn sẽ học được gì

Learn the fundamentals of C#. Everything from variables, "if" statements and creating an object oriented structure. No prior programming experience necessary.

Create a playable Character (Conqueror) with animations, abilities to move in any direction, jump, climb and the attack any enemy that gets in your way.

Master the art of problem solving when it comes to game development. By understanding what obstacles you may face and the many ways to research and find solutions for each.

Flex your "Game Developer" muscles by completing challenges presented to you every video. Enhancing your learning experience and adding your own flavor into the project.

Develop NINJA like skills in Unity by Implementing sound effects (SFX), animations, follow camera, and Cinemachine. And creating your own 2D platformer levels with automatic tiling.

Become a professional programmer by learning "Version Control" a tool used by expert engineers. Not only in game development but in all programming based projects.

Build a solid foundation of Game design and Level design by comprehending what player experience means and how to create enjoyable and fun games for anyone looking to play your game

Transfer everything you learn from this course into any programming language you choose. Like JAVA, JavaScript, Python, C++ and any other object oriented language

Yêu cầu

  • A Working Computer or Laptop with minimum requirements to run Unity and Visual Studio (Which aren't too demanding)
  • The desire and drive to learn how to create a fun and enjoyable game

Nội dung khoá học

7 sections

Introduction & Setup

5 lectures
Why You Should Buy This Course
03:56
Download Unity & Visual Studio Step-by-Step
05:33
How To Use This Course
11:05
Unity & Visual Studio 101
09:28
Your First Code
12:22

Magic Game Cube - C# & Unity Basics

10 lectures
Introduction To Version Control
07:27
Using .gitignore For Unity
08:58
Print To Console With Debug.Log()
08:07
Variables 101
09:24
Responding To Player Input
09:38
Adding Box Colliders And Rigid Body
10:30
Adding Magic To Our Cube
07:23
Using If, Else If, Else Statements
11:09
Public Methods & Return Types
15:37
Parent-Child Relationship And Prefabs
13:57

Castle Conquest 2D - Setting Up Our World

7 lectures
Castle Conquest Game Design
11:11
Slicing Sprite Sheets
07:30
Unity Tile Map 101
14:34
Rule Tiles 101
13:11
Animating Our Conqueror
14:02
Animation States And Transitions
12:33
Adding 2D Collisions
08:35

Castle Conquest 2D - Creating Our Conqueror

11 lectures
Moving Our Conqueror Horizontally
14:50
Flip Our Player Sprite
09:22
Trigger Animations In Code
08:04
Adding The Ability To JUMP!
12:30
Tweak Jumping Using isTouchingLayer()
10:47
Stop Wall Jumping
07:44
Climb Hanging Sheets
16:16
Tweaking Climbing Mechanics
05:32
Cinemachine Follow Camera
12:24
Constraining Our Camera
13:17
Animation-Driven Cameras
11:53

Castle Conquest 2D - Adding Enemies And Bombs

6 lectures
Making Enemies
23:33
Player Hit
17:28
Drop The BOMB
17:22
Exploding Our Conqueror
14:27
Adding Attack Ability (Arrays)
20:37
Killing Off Enemies
13:53

Castle Conquest 2D - Controlling Our Game

7 lectures
Adding Levels
12:30
Exit Door
24:17
Main Menu & Success Level
18:54
Game Session
14:52
Diamonds And Hearts Pickup
12:14
Adding Sound Effects (SFX)
10:56
Persistent Score And Lives
14:36

Bonus Section

3 lectures
Level Enter
18:16
Adding SFX To Everything
30:01
Adding Hearts UI
14:51

Đánh giá của học viên

Chưa có đánh giá
Course Rating
5
0%
4
0%
3
0%
2
0%
1
0%

Bình luận khách hàng

Viết Bình Luận

Bạn đánh giá khoá học này thế nào?

image

Đăng ký get khoá học Udemy - Unica - Gitiho giá chỉ 50k!

Get khoá học giá rẻ ngay trước khi bị fix.