Life: The game in Canvas
Kyle McGregor took a look at the JavaScript games for Life out there and decided to write a Canvas version that ends up being a lot snappier. The entire game is pretty small:PLAIN TEXTJAVASCRIPT: var counterface = 0;var oInstance;var Game = Class.create(); Game.prototype = { ‘working’: false, ‘map’: ”, [...]
More: continued here
Leave a Reply
You must be logged in to post a comment.