awesome-learn-gamedev

awesome-learn-gamedev

游戏开发学习资源综合指南

这是一个面向游戏创作者的综合学习资源列表,涵盖编程、技术美术、设计和音频等游戏开发核心领域。列表主要收录免费资源,辅以少量经行业专业人士推荐的付费内容。项目着重培养开发者的整体技能和问题解决能力,而非单纯提供具体教程。无论是游戏开发新手还是经验丰富的开发者,都能在此找到有价值的学习指引。

游戏开发学习资源编程图形学开源Github开源项目

<img src="images/MainIcon.png" align="right" width="128">

Awesome Learn Gamedev Awesome

A Mega-List of Learning Resources for Game Creators

<p>

Contents

<br />

An illustration of a cream-and-orange calico cat that Hazel uses as her profile icon :3

💜 Curated by <ins>Hazel Kennedy</ins> 💜

Got resources? Notice a broken link? Email me, shoot me a DM, or make a pull request! I like chatting too - don't be shy! ^^

<br />

About

This list is aimed at learning the craft of game development. It has been curated to offer general knowledge, resources, and hiring advice for the variety of disciplines and roles under the gamedev umbrella.

Nearly all resources are free, and anything with a price tag will be clearly marked. Paid resources are only included if they have been personally endorsed by an industry professional working in the relevant discipline.

Suggestions and future-proofing efforts are always welcome! See Contributing.md for contribution guidelines, and check out open issues for tasks that need completing, such as archival work.

Generally, this lists avoids tools and assets. However, it contains courses/tutorials for specific tools wherever they are required for a role, and assets whenever they would enable a person to learn their role more effectively (for example, the animation section contains rigs). For tools, assets, communities, and more granular lists for individual tools like Unity, check out the gaming category of awesome

This list avoids including tutorials (within reason). It aims to help you develop your problem-solving skills and improve your general knowledge, rather than show you how to solve a particular problem. It also avoids design analysis videos, as they tend to be aimed at passive entertainment more than active learning. Both of these are easy to find and difficult to categorize. For curation purposes, this list errs on the side of exclusion.

These resources made my career possible. I hope they are just as helpful for you!

Disclaimer: I'm a technical artist and gameplay programmer, so most resources are geared towards tech and art. However, most disciplines are represented here in some fashion, particularly through general materials and other curated lists.

Key

💠 Starred Resources are "best for beginner" links. These include courses, classes, books, and lists aimed at people who are new to the games industry, or game development as a whole.

🟪 Purple Resources are “most useful” links. These include highly influential courses/books, resources I've personally found invaluable, and other entire mega-lists.

<br />

General

<br />

New to game development? Start here 💠🟪

<br /> <br />

"The Door Problem" 💠🟪 - A one-sentence summary of most major roles in a large studio, and a bigger explanation of a game designer's job

My mega-playlist of great gamedev videos 🟪 - Conference talks, tutorials, analyses, etc

GameDev Contacts 🟪 - A huge list of professional game developers you can contact for advice! Be courteous - these are real people! Curated by Joe Hobbs - @JLHGameArt on Twitter.

MIT Open Courseware 💠🟪 - classes and materials from MIT (free to access)!

Game Design Stuff - Another mega-list of game development videos (primarily aimed at game design and programming)

FOSS GameDev - A list of Free and Open Source Software for every aspect of gamedev

VGDC at UCI Resources - A list of workshops and resources from the Video Game Development Club at the University of California, Irvine ()

More huge lists of resources, with many, many more incredible things! Some of these are older, so beware broken links and the like. 🟪

<br />

Programming

<br />

The Open Source University 🟪 - A complete study plan for a computer science education.

Coding Interview University 🟪 - Another complete study plan aimed at software engineers.

Professional Programming 🟪 - An expansive list of resources and other lists of resources intended to make you a more proficient programmer at a professional level.

How Game Engines Work 💠 - A blog and video explaining the game engine, or a tool/framework used to create games.

Complete Godot 4 Game Deveoper by GameDev.tv 💠🟪 - A fantastic way to learn Godot, a free and open source game engine. Gamedev.tv are an invaluable resource for learning game engines and tools, and I cannot recommend their courses enough. They are more than worth the $15.

Unreal Engine 5 C++ Developer 💠🟪 - Same as above, but with Unreal 5, a popular and powerful game engine. This course is invaluable - I know several full-time developers who learned from gamedev.tv, they are a gem. Wait for it to go on sale, then go pick this up.

Complete Unity Game Developer by GameDev.tv - Unity has been a long-standing champion in the industry, particularly in the mobile/AR/VR space. Despite this, I would be cautious recommending it over other options, in part because of technical details such as its closed source and slow development, and in part due to poor business practices on behalf of Unity Technologies, such as the now-revoked install-based pricing model and their involvement in defense contracting.

Intro to Computer Science and Programming in Python 💠 - An introductory python course taught at MIT (free to access!)

Programming in C++ as a Second Language 🟪 - Lecture notes, assignments, and materials from a course on C++ taught at the University of California, Irvine (free to access!)

Data Structure Implementation and Analysis 🟪 - Lecture notes, assignments, and materials from a course on data structures and algorithms taught at the University of California, Irvine (free to access!)

Game Programming Patterns 🟪 - A free book on programming patterns for games.

A Study Path for Game Programmers 🟪 - A huge collection of game programming book titles and covers organized by specialization, with fancy flow charts between each title for a recommended reading order! Note that the books are not included - a quick search should help you out with that ;]

How to Learn Software Design and Architecture 🟪 - A list of resources for software architecture.

Redblob - Interactive tutorials for math and algorithms.

Introduction to Algorithms - A book on algorithms. Pricey, look for it in a library or "something" (wink) first.

Awesome Math 🟪 - Another awesome list for mathematics, useful generally but often applicable to programming.

Math for Game Programmers - A free book on math for game programmers.

Mature Optimization - A free book on structuring code for performance, as well as testing large systems.

Data Oriented Design 🟪 - A free book on data-oriented design, an alternative to object-oriented programming

generatingfunctionology - A free book on generating functions.

C++ for C# Developers 💠 - An extensive tutorial series.

Game Engine Architecture 🟪 - A book on game engines. About $25 for the e-book, probably worth the investment if you plan to be an engine, tools, or graphics programmer.

Pro Git - A free book on everything git.

Design Patterns - A free book with very pretty illustrations.

Rethinking Design Patterns - An interesting criticism of the above book. I believe there is a response to this on the design patterns site.

Making a Game Engine - For the engine programmers and the insane: save yourself some trouble and watch this instead of making yet another game engine ^^

C# for Beginners - A free book on C#

Tool Dev 💠🟪 - An introduction to tool development (or creating tools to make game development more productive) and editor scripting in Unity by Freya Holmér.

Gamedev in Rust for Beginners - A collection of books, tutorials, articles, and a community to boot.

DemoFox - A blog with lots and lots of programming, graphics, and math tutorials and breakdowns.

Bit101 - A blog on mathy-programmer things with some tutorials and breakdowns.

Math for Game Devs - A primer on math geared towards game development by Freya Holmér.

Essence of Linear Algebra - A video series meant as a supplement for a class on Linear Algebra, made by 3Blue1Brown.

How to make Games for Gameboy - A comprehensive tutorial series on developing games for the Gameboy. Also includes links to other relevant tutorial series, such as one on C programming.

Understanding ECS - A blog post about Entity Component System design and implementation.

HandMadeHero - A very extensive catalogue of live-streamed coding tutorials.

VGDC at UCI Programming - A (slightly outdated) list of programming tutorials from the VGDC at UCI.

Optimization tips for Unity - Some tips from Unity about optimizing their games.

<br />

Gameplay

Study Reference Sheet for Gameplay Engineers 🟪 - Perfect for intermediate programmers looking to shore up their technical knowledge to prep for an interview. Note: this is currently being migrated. It is incomplete at time of writing, but I have also included the future-proof link.

Game AI Pro 🟪 - Three (3) free books (or more accurately, volumes of short papers) on game AI. Notable authors include Steve Rabin, a DigiPen professor who teaches AI for games.

AI Game Dev.com - An AI development community with lots of resources. It only exists on the internet archive, so be wary of outdated knowledge and broken links.

<br />

Graphics

The Awesome list for Computer Graphics 💠🟪 - Another awesome list specifically tailored to this topic, albeit not games-focused.

Graphics 💠🟪 - A Megalist of Graphics Programming and Tech Art resources.

How do I become a graphics programmer? 💠🟪 - An overview of graphics programming and a collection of resources tailored to beginners learning graphics programming.

WebGLFundamentals 💠🟪 - An

编辑推荐精选

商汤小浣熊

商汤小浣熊

最强AI数据分析助手

小浣熊家族Raccoon,您的AI智能助手,致力于通过先进的人工智能技术,为用户提供高效、便捷的智能服务。无论是日常咨询还是专业问题解答,小浣熊都能以快速、准确的响应满足您的需求,让您的生活更加智能便捷。

imini AI

imini AI

像人一样思考的AI智能体

imini 是一款超级AI智能体,能根据人类指令,自主思考、自主完成、并且交付结果的AI智能体。

Keevx

Keevx

AI数字人视频创作平台

Keevx 一款开箱即用的AI数字人视频创作平台,广泛适用于电商广告、企业培训与社媒宣传,让全球企业与个人创作者无需拍摄剪辑,就能快速生成多语言、高质量的专业视频。

即梦AI

即梦AI

一站式AI创作平台

提供 AI 驱动的图片、视频生成及数字人等功能,助力创意创作

扣子-AI办公

扣子-AI办公

AI办公助手,复杂任务高效处理

AI办公助手,复杂任务高效处理。办公效率低?扣子空间AI助手支持播客生成、PPT制作、网页开发及报告写作,覆盖科研、商业、舆情等领域的专家Agent 7x24小时响应,生活工作无缝切换,提升50%效率!

TRAE编程

TRAE编程

AI辅助编程,代码自动修复

Trae是一种自适应的集成开发环境(IDE),通过自动化和多元协作改变开发流程。利用Trae,团队能够更快速、精确地编写和部署代码,从而提高编程效率和项目交付速度。Trae具备上下文感知和代码自动完成功能,是提升开发效率的理想工具。

AI工具TraeAI IDE协作生产力转型热门
蛙蛙写作

蛙蛙写作

AI小说写作助手,一站式润色、改写、扩写

蛙蛙写作—国内先进的AI写作平台,涵盖小说、学术、社交媒体等多场景。提供续写、改写、润色等功能,助力创作者高效优化写作流程。界面简洁,功能全面,适合各类写作者提升内容品质和工作效率。

AI辅助写作AI工具蛙蛙写作AI写作工具学术助手办公助手营销助手AI助手
问小白

问小白

全能AI智能助手,随时解答生活与工作的多样问题

问小白,由元石科技研发的AI智能助手,快速准确地解答各种生活和工作问题,包括但不限于搜索、规划和社交互动,帮助用户在日常生活中提高效率,轻松管理个人事务。

热门AI助手AI对话AI工具聊天机器人
Transly

Transly

实时语音翻译/同声传译工具

Transly是一个多场景的AI大语言模型驱动的同声传译、专业翻译助手,它拥有超精准的音频识别翻译能力,几乎零延迟的使用体验和支持多国语言可以让你带它走遍全球,无论你是留学生、商务人士、韩剧美剧爱好者,还是出国游玩、多国会议、跨国追星等等,都可以满足你所有需要同传的场景需求,线上线下通用,扫除语言障碍,让全世界的语言交流不再有国界。

讯飞智文

讯飞智文

一键生成PPT和Word,让学习生活更轻松

讯飞智文是一个利用 AI 技术的项目,能够帮助用户生成 PPT 以及各类文档。无论是商业领域的市场分析报告、年度目标制定,还是学生群体的职业生涯规划、实习避坑指南,亦或是活动策划、旅游攻略等内容,它都能提供支持,帮助用户精准表达,轻松呈现各种信息。

AI办公办公工具AI工具讯飞智文AI在线生成PPTAI撰写助手多语种文档生成AI自动配图热门
下拉加载更多