5 ms·
Game Coding Complete: http://www.amazon.com/Game-Coding-Complete-Fourth-ebook/dp/B00B7RE4GQ/ http://www.amazon.com/Game-Coding-Complete-Fourth-ebook/dp/B...
by mkilling 13y ago
Game Coding Complete: http://www.amazon.com/Game-Coding-Complete-Fourth-ebook/dp/B00B7RE4GQ/ http://www.amazon.com/Game-Coding-Complete-Fourth-ebook/dp/B...
- girvo 13y agoHoly crap, that's perfect. Thanks so much! You don't have a refferal link by any chance, I'd love to make sure you get something for a rec like that: i've been looking for something like this for weeks now!
- mkilling 13y agoNo referral link - just glad I could help ;-)
- nonsequitur 13y agoI was dissappointed with the quality of the code and the final demo game. Also, it uses DirectX. Here's an alternative: Dive into the GamePlay engine (https://github.com/blackberry/GamePlay/ https://github.com/blackberry/GamePlay/) and go through all the samples (https://github.com/blackberry/GamePlay/tree/master/samples https://github.com/blackberry/GamePlay/tree/master/samples), especially this collection of small feature demos (https://github.com/blackberry/GamePlay/tree/master/samples/browser https://github.com/blackberry/GamePlay/tree/master/samples/b...). You'll get exposed to core concepts like Lighting, Terrain, Particles, 2D GUIs and Lua Scripting, all implemented from the ground up in C++ and OpenGL.