Arksoft Podcast 7-Java 2D Game Programming
Software Developer Zone Podcast · Larry Gray
July 2, 201750m 44s
Audio is streamed directly from the publisher (traffic.libsyn.com) as published in their RSS feed. Play Podcasts does not host this file. Rights-holders can request removal through the copyright & takedown page.
Show Notes
I talk about books that I have been reading. I discuss techniques and concepts related to 2D game programming using Java. Though much of this content is about game development in general and only a small part is directly about Java or exact coding.
Books that I talk about..
- Black Art of Java Game Programming
- Black Art of 3D Game Programming C
- Building a 3D Game Engine C++
- Fundamentals of 2D Game Programming with Java
As far as techniques go, there is too much to list, but here are a few.
- What Matrix math is used for..
- What Vector math is used for..
- Screens
- Scrolling
- Collision Detection
- Images and Sprites
- Animation
- Turn Based vs Real Time
- Sound
- And more.