Learn Unity AI by Making a Tank Game
32 casts | 6:11:48 for the total course
AI Unity Game DevelopmentCreated By Mammoth Interactive INC 19 Followers
Description
Make a Pathfinding Game in Unity with A AI Welcome to Mammoth Interactive’s A course with Glauco Pires. You will learn how to make a game that uses artificial intelligence.
Take your first steps in AI here. You will make a path-finding algorithm called ‘A star.’ You can use A* in many different platforms, programming languages and more.
This course’s topic is bulletproof knowledge. You will learn how to use the A* algorithm to make a 2D game in Unity. A Super Tank on a maze will find the best way to go to a point you click. The tank will collect objects along its path.
Take your first steps in AI here. You will make a path-finding algorithm called ‘A star.’ You can use A* in many different platforms, programming languages and more.
This course’s topic is bulletproof knowledge. You will learn how to use the A* algorithm to make a 2D game in Unity. A Super Tank on a maze will find the best way to go to a point you click. The tank will collect objects along its path.
Why you need artificial intelligence in games With artificial intelligence, you can make your games more…
complex random interesting valuable …without putting in more effort thanks to algorithms.
Old games - the very first computer games - were simple and straightforward.
These days, you must make more complex games. Players want to believe they are playing against something complex, something lifelike.
The power of the A algorithm The A is the base algorithm for path finding. A* is artificial intelligence that will find a path. This algorithm has existed for decades.
A gets one agent (intelligent being) and takes it from point A to Point B. A finds an optimal way to move. In real life, this power is useful for airplanes and cars.
A* is also important to avoid dangers like a cliff while getting to a destination. As well - suppose a game’s level has two paths. You can program your artificial intelligence player to think on its own. It can choose a better path to avoid monsters and other obstacles.
You must learn to use the A* algorithm. You will become a better game developer.
Requirements Unity 2017.3.0f3
-
-
Learn Unity AI by Making a Tank Game | 0. Gameplay
1:06
-
Learn Unity AI by Making a Tank Game | 01. Introduction
3:02
-
Learn Unity AI by Making a Tank Game | 02. Motivation
8:13
-
Learn Unity AI by Making a Tank Game | 03. Project Setup
6:58
-
Learn Unity AI by Making a Tank Game | 04. Node
15:51
-
Learn Unity AI by Making a Tank Game | 05. String Map
17:18
-
Learn Unity AI by Making a Tank Game | 06. A-Star Setup
13:08
-
Learn Unity AI by Making a Tank Game | 07. A-Star Loop
18:23
-
Learn Unity AI by Making a Tank Game | 08. Auxiliary Methods
9:52
-
Learn Unity AI by Making a Tank Game | 09. Finishing the Algorithm
7:15
-
Learn Unity AI by Making a Tank Game | 10. Importing 2D Assets
17:06
-
Learn Unity AI by Making a Tank Game | 0. Gameplay
-
-
Learn Unity AI by Making a Tank Game | 11. Building a Level
14:10
-
Learn Unity AI by Making a Tank Game | 12. From console to Visual
15:08
-
Learn Unity AI by Making a Tank Game | 13. Adding Tanks
8:23
-
Learn Unity AI by Making a Tank Game | 14. Identifying Nodes
14:18
-
Learn Unity AI by Making a Tank Game | 11. Building a Level
-
-
Learn Unity AI by Making a Tank Game | 15. Moving the Tank
9:46
-
Learn Unity AI by Making a Tank Game | 16. Visually Moving the tank
11:57
-
Learn Unity AI by Making a Tank Game | 17. Smooth Movement
12:53
-
Learn Unity AI by Making a Tank Game | 18. Smooth Rotation
4:53
-
Learn Unity AI by Making a Tank Game | 19. Ordering the Tank to move
19:29
-
Learn Unity AI by Making a Tank Game | 20. Speeding the Player up
4:25
-
Learn Unity AI by Making a Tank Game | 21. Spawning Logic
16:14
-
Learn Unity AI by Making a Tank Game | 22. Crate Visuals
13:18
-
Learn Unity AI by Making a Tank Game | 23. Adding Crates to Valid Positions
10:45
-
Learn Unity AI by Making a Tank Game | 24. Collecting Crates
13:02
-
Learn Unity AI by Making a Tank Game | 15. Moving the Tank
-
-
Learn Unity AI by Making a Tank Game | 25. Score Counting
9:23
-
Learn Unity AI by Making a Tank Game | 26. User Interface
14:43
-
Learn Unity AI by Making a Tank Game | 27. Starting the Game
16:21
-
Learn Unity AI by Making a Tank Game | 28. Game Over Screen
21:25
-
Learn Unity AI by Making a Tank Game | 29. Highscore
12:57
-
Learn Unity AI by Making a Tank Game | 25. Score Counting
-
-
Learn Unity AI by Making a Tank Game | 30. Sounds
7:06
-
Learn Unity AI by Making a Tank Game | 31.Challenge
3:00
-
Learn Unity AI by Making a Tank Game | 30. Sounds