[MMORPG Game Development with C++ and Unreal Series] Part 2: Game Math and DirectX12
This course teaches the fundamentals of graphics through DirectX 12. You will learn the principles behind how objects in a 3D world are drawn on a monitor screen.
[Rookiss R&D New Course Related] Hong Sabu's Diablo 1 PCG Dungeon Generation Algorithm
Hello, I'm Rookiss.

We are announcing the release of a new course.
- Topic: Diablo 1 PCG Dungeon Generation Algorithm
- Instructor: Hong Sabu
- Link:https://inf.run/KpDrq
===============================================
The gaming industry is experiencing significant changes due to generative AI.
Success stories from small teams that have maximized AI utilization,
such as Escape From Duckov, continue to emerge.
The greatest advantage of generativeAI is time savings.
What would take a person several months to create, AI can finish in just a few minutes.
It's particularly excelling in areas like character modeling and animation.
However, AI doesn't do 'everything' yet.
Especially when creating game maps or utilizing specific features of a game engine,
it still inevitably requires human intervention.
How can we ensure game quality while minimizing human effort?
There could be various answers, but our Rookiss R&D team believes that
as the AI era approaches, the value of Procedural Content Generation (PCG) technology will
I expect it to continue increasing.
The dictionary definition of PCG is as follows:
- Procedural: According to rules/procedures
- Content: Game content
- Generation: Create!
In other words, it's a technology that uses specific computer algorithms to generate infinite content.
In fact, PCG technology is already being utilized in various games.
- Diablo -> Dungeon generation
- Minecraft → Infinite random world generation
- Hades → Ever-changing room structures
- No Man's Sky → Planets, creatures, terrain
To conduct related research, I contacted various industry professionals
and ultimately recruited programmer
The first topic is to recreate the dungeon generation code from
Blizzard's
Over a period of 3 months, I gathered various information and
reconstructed the PCG dungeon algorithm from
and the art resources were also carefully crafted through dedicated outsourcing personnel.
<홍사부> will be researching and sharing various technologies that support game development in the AI era, such as PCG / Motion Matching,
and more.
Thank you!


