SUPPORT ON PATREON: / pardcode
GITHUB: https://github.com/pardcode/game-engi...
DESCRIPTION:
Nowadays we create videogames through general purpose game engines,
that provide us all the necessary tools to develop
any kind of project.
What if we create a game engine from scratch,
in such a way to easily customize it at low-level
for our specific games?
This is the Game Engine Development Series, a new tutorial series in which
we will build our own game engine completely from the ground up!
ENTIRE TUTORIAL SERIES: • Game Engine Development Series
TOOLS:
Visual Studio 2019 Community: https://visualstudio.microsoft.com/vs...
StarUML: https://staruml.io/download
-----------------------------------------------------------------------------------------------------------------
Chapters:
0:00 Intro
0:29 What is a Game Engine?
1:02 Game Engine Sub-Systems (Architecture)
1:41 Software Development Lifecycle
2:08 Software Requirements Analysis
2:40 Software Design
3:22 Software Implementation
3:41 Software Testing
4:13 Software Documentation
4:36 Ground Engine Requirements
5:08 Ground Engine Design
11:00 Ground Engine Implementation
18:41 Building Solution
19:24 End