Let’s make our game loop interactive! Without user input any game is boring, right? So we need respective handling in the loop. Int his episode I’m test-driving it into our code.
► All Game of Life Episodes: http://goo.gl/xc59GX
► Let’s Develop! http://letsdeveloper.com
► Don’t Miss an Episode: http://goo.gl/whzDi1
► Test-Driving the Game Loop: http://blog.8thlight.com/eric-smith/2014/10/14/test-driving-the-game-loop-part-2%20copy.html
«Conway’s Game of Life»
The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970. The “game” is a zero-player game, meaning that its evolution is determined by its initial state, requiring no further input.
«Other Series»
► Let’s Refactor MovieRental: http://goo.gl/f7Yf21
► Let’s Develop With Maven in Eclipse: http://goo.gl/3KK2gb
► Let’s Develop With Git in Eclipse: http://goo.gl/phqnDe
Share this: | Follow me: