인프런 영문 브랜드 로고
인프런 영문 브랜드 로고
BEST
Programming

/

Devops & Infra

[MMORPG Game Development Series with C# and Unity] Extra: Starting Server Operations with AWS

You can't just let the server you worked so hard to build rot away in a development environment. This lecture will teach you how to operate a server that can be accessed from outside using AWS.

(4.9) 12 reviews

975 students

AWS
Linux
Thumbnail

Regarding new lecture updates

Hello, this is Rookiss.

As previously announced, in 2021
[#MMORPG Game Development Series with C++ and UE] has begun!
Similar to the previous C# series, the ultimate goal is to create an MMORPG.
This series goes into more depth on all the processes.
The order is subject to change, however.
Basically, the content will be organized into the following parts:

- Introduction to C++ Programming
- Game Math and DirectX12
- Data structures and algorithms
- Game Server (Windows IOCP Server)
- Unreal Engine
- MMORPG content implementation (UE & C++ server linkage)

Also, today we open the series
[Part 1. Introduction to C++ Programming] lecture has been uploaded.
This is a warm-up lecture covering the basics of C++ to help you take the remaining parts smoothly.
Starting from assembly language, we will cover basic C++ syntax, STL, and C++11 comprehensively.

It may be a bit difficult and boring compared to the C# lectures, but
Since C++ handles memory directly,
Without glossing over the important parts, we carefully analyze the memory.
It is structured to learn.

If you already have C++ knowledge, you don't need to take this course.
The next lecture [Game Mathematics and DirectX12] is being produced with the goal of completing it by March.

thank you!

Comment