Game Programming Patterns

Game Programming Patterns

Post just about everything that isn't directly related to Spring here!

Moderator: Moderators

Post Reply
User avatar
SinbadEV
Posts: 6475
Joined: 02 May 2005, 03:56

Game Programming Patterns

Post by SinbadEV »

In anticipation of my plans to make a game for inevitable failure to complete Ludum Dare 29 a friend pointed me to the following "book"
http://gameprogrammingpatterns.com/

It's a really interesting read and puts names on, and discusses the implementation, and merits and/or drawbacks of, a number of fundamental ways to "organize" programming from the perspective of game development.
gajop
Moderator
Posts: 3051
Joined: 05 Aug 2009, 20:42

Re: Game Programming Patterns

Post by gajop »

Looks promising, I like design patterns, it was one of the most important things I learned at the uni. They often make code better structured and more readable to other people.
I'll read this and see how it turns out!
User avatar
PicassoCT
Journeywar Developer & Mapper
Posts: 10450
Joined: 24 Jan 2006, 21:12

Re: Game Programming Patterns

Post by PicassoCT »

Excellent Post Sinbad.. especially the presentation linked in the book, on OO-Programming vs Dataflow orientated programming was gold.

http://research.scee.net/files/presenta ... CAP_09.pdf
muckl
Posts: 151
Joined: 30 Aug 2010, 07:18

Re: Game Programming Patterns

Post by muckl »

thanks!
User avatar
zwzsg
Kernel Panic Co-Developer
Posts: 7049
Joined: 16 Nov 2004, 13:08

Re: Game Programming Patterns

Post by zwzsg »

SinbadEV wrote:plans to make a game for [...] Ludum Dare 29
The theme is "Beneath the Surface". You have 48hrs.
User avatar
SinbadEV
Posts: 6475
Joined: 02 May 2005, 03:56

Re: Game Programming Patterns

Post by SinbadEV »

zwzsg wrote:
SinbadEV wrote:plans to make a game for [...] Ludum Dare 29
The theme is "Beneath the Surface". You have 48hrs.
I'm doing the 72 hour version with a friend this time, we have an idea and so far I've got something that draws the current frame to the screen and stops when you hit escape.
User avatar
zwzsg
Kernel Panic Co-Developer
Posts: 7049
Joined: 16 Nov 2004, 13:08

Re: Game Programming Patterns

Post by zwzsg »

I managed to make something in those first 24hrs.
User avatar
PicassoCT
Journeywar Developer & Mapper
Posts: 10450
Joined: 24 Jan 2006, 21:12

Re: Game Programming Patterns

Post by PicassoCT »

zwzsg wrote:I managed to make something in those first 24hrs.
Uploda them Grafix so we can shoop blood into it

We could collect funny things for the Seals to think in bubbles:

"Free Willy 3D so real!"

"The seal is the high-end of the foodchain"

"Seal on the rocks!"

"You are a whale, you can not rest here.."
User avatar
knorke
Posts: 7971
Joined: 22 Feb 2006, 01:02

Re: Game Programming Patterns

Post by knorke »

gratulation, you managed first important step:
reading about dudelnudel jam thing before it was already half over :?

Looks good so far.
Did you think about löve particleSystem? That is quite nice for impressive looking effects in relative little time.
For example orca could leave trail of air bubbles underwater or water splash effect.
User avatar
zwzsg
Kernel Panic Co-Developer
Posts: 7049
Joined: 16 Nov 2004, 13:08

Re: Game Programming Patterns

Post by zwzsg »

knorke wrote:gratulation, you managed first important step:
reading about dudelnudel jam thing before it was already half over
Surprisingly true. I too used to only hear about those things once they're over. I had read SinbadEV post and didn't even register the part about LD29, I had to see a much blunter post from another forum.

Three monthes ago there was a 48hr game jam literally across the street from the building I'm living in now. I only found out when I ventured in to renew a passport and saw a roomfull of scruffy twenty something busy hacking at their computers.
Post Reply

Return to “Off Topic Discussion”