r/gamedev · 2023
Most-mentioned books in r/gamedev during 2023
This page ranks books by exact tracked mentions in r/gamedev within the published source unit for 2023. Counts come from the reconciled subreddit-by-month matrix; a source unit may be a bounded sample.
#1 Theory of Fun for Game Design
Raph Koster
Raph Koster's 2004 illustrated argument that games are just pattern-recognition engines, and fun is the brain's reward for learning a new one.
#2 Game Engine Architecture
Jason Gregory
Jason Gregory's map of every system inside a AAA engine — memory, audio, rendering, physics — written by someone who shipped them at Naughty Dog.
#3 Cracking the Coding Interview
Gayle Laakmann McDowell
The book that turned software hiring into a sport — written by the ex-Googler who introduced programming challenges to the process in the first place.
#4 Design Patterns
Erich Gamma
The 1994 Gang of Four catalog that named 23 object-oriented patterns, gave developers a shared vocabulary, and taught a generation to over-apply both.
#5 The Mythical Man-Month
Frederick P. Brooks Jr.
Fred Brooks spent the 1960s building IBM's OS/360 and wrote down everything that went wrong — in 1975, and it still lands.
#6 Code Complete
Steve McConnell
Steve McConnell's 900-page construction manual for software, ranked third on Reddit's canonical reading list and still cited 25 years after publication.
#7 The Pragmatic Programmer
Andy Hunt
Two veterans hand you a checklist for the craft: don't write code you don't need, own your tools, and fix the broken window before someone else does.
#8 Clean Code
Robert C. Martin
The book 536 Reddit threads cite when arguing about naming variables — revered by beginners, argued over by seniors.
#9 A Philosophy of Software Design
John Ousterhout
A Stanford professor's 200-page rebuttal to Clean Code, built on interface depth rather than method length.
#10 Introduction to Algorithms
Thomas H. Cormen
The textbook four MIT professors wrote to settle every algorithms argument, cited by 254 Reddit commenters across 12 subreddits and still going.
#11 The Art of Computer Programming
Donald E. Knuth
Donald Knuth's multi-volume monument to algorithms: the book programmers cite in library lists and almost nobody finishes.
#12 The Design of Everyday Things
Don Norman
A cognitive scientist argues that when you can't open a door or use a stove, the door and stove are broken — not you.