4

Former Nintendo dev Mark DeLoura wrote a series of books called "Game Programming Gems".

(http://www.satori.org/game-programming-gems/)

Do these books still contain valuable concepts, considering where games are today, the engines that are available, etc?

Jasmine
  • 188
  • 6

1 Answers1

2

Yes, the concepts are valid, especially when it comes to creating an Entity Component System (which is often vaguely discussed). The last couple books are the most valuable.

ChocoMan
  • 741
  • 7
  • 29