Уровень 0 · материалов: 5
В кластер входят документы о практических методах, инструментах и техническом процессе создания игровых прототипов и графических эффектов, но не входят тексты о профессиональных трудностях и разделении ролей в индустрии.
Общие признаки: программирование игр, создание прототипов, техническая реализация, инструменты разработки, оптимизация
Группа выше: Обучение разработке игр
Смысл: The main idea is that technical skill and a well-thought-out design can compensate for a lack of artistic talent in game development. By using simplified graphics (ASCII) and a modular architecture, a solo developer can create a functional, soulful game prototype and eventually port it to multiple platforms.
A detailed technical guide on building a cross-platform game from scratch using Kotlin/Java, focusing on gameplay mechanics and pseudo-graphics for non-artists.
Смысл: The text serves as a technical post-mortem and guide for indie developers, illustrating how a solo developer can overcome limited programming skills by leveraging visual tools, custom shaders, and optimization tricks to create an atmospheric game.
Sergey Noskov shares the technical journey of creating '35MM', detailing the use of Unity 4.7, custom shaders, and various optimization techniques to build a post-apocalyptic Russian setting.
Смысл: The main idea is to demonstrate that it is possible to build a functional 3D game prototype from scratch in a very short time by using legacy graphics APIs and a custom framework, emphasizing the educational value of low-level engine development over using high-level commercial engines.
A developer shares how they built a retro-style 3D Lada racing game in one week using a custom Direct3D9 framework instead of a modern game engine.
Смысл: The text serves as a practical case study and educational resource showing that a functional game prototype with complex systems can be built relatively quickly using visual scripting (Blueprints) in Unreal Engine 4, emphasizing the learning process over commercial polish.
An experienced developer shares the results and source code of a survival shooter prototype built in 150 hours using Unreal Engine 4 Blueprints via a series of educational livestreams.
Смысл: The main idea is to share the specific technical implementations and 'tricks' used in Unity to create a high-quality, atmospheric 2D pixel-art aesthetic for the game Graveyard Keeper.
A technical deep dive into the shaders, lighting techniques, and sprite manipulations used to achieve the atmospheric pixel art in Graveyard Keeper.