Great Tower Defense Game on Canvas
pivotfinland.com
Great Tower Defense Game on Canvas
1–10 of 23 posts
Re: Great Tower Defense Game on Canvas
#2Re: Great Tower Defense Game on Canvas
#3I really didn't think these sorts of speeds were possible using Canvas, especially when you're completely redrawing the screen each time.
For what it's worth, I unminified the source (from frozendefense.compressed.js) and posted it as a github gist. It makes it easier to peruse.
Re: Great Tower Defense Game on Canvas
#4Wow! I'm surprised by the framerate, I'm getting ~50 in Chrome. I really didn't think these sorts of speeds were possible using Canvas, especially when you're completely redrawing the screen each time. For what it's worth, I unminified the source (from frozendefense.compressed.js) and posted it as a github gist. It makes it easier to peruse. https://gist.github.com/665991
Re: Great Tower Defense Game on Canvas
#5Wow! I'm surprised by the framerate, I'm getting ~50 in Chrome. I really didn't think these sorts of speeds were possible using Canvas, especially when you're completely redrawing the screen each time. For what it's worth, I unminified the source (from frozendefense.compressed.js) and posted it as a github gist. It makes it easier to peruse. https://gist.github.com/665991
Re: Great Tower Defense Game on Canvas
#6Re: Great Tower Defense Game on Canvas
#7Works best on Google Chrome or IE9 Beta
Note: Emphasis is on IE9.
Re: Great Tower Defense Game on Canvas
#8Hmm, the graphics part works smoothly for me, but it seems to be dropping input events. Attempting to upgrade a turret when there's a lot of action happening on screen requires clicking a bunch of times before it finally registers. (Chrome 9.0.572.0)
Re: Great Tower Defense Game on Canvas
#9Re: Great Tower Defense Game on Canvas
#10Also it's a bit annoying that if you want to build the same unit type multiple times, you have to click on it every time again. Keyboard shortcuts 1-4 to select each unit to build would be great. Another shortcut for upgrading and selling, and the game would be a lot more usable and fun to play.
Still, quite addicting game! :-)