Related questions
HTML5 2d Hex Board Game (tabletop) Engine
I'm looking for a very simple HTML5 2D Hex / Touch game engine framework to build board game like:
Turn based 2D Hex Grid Wargame
Dungeon Crawler
Settlers of Catan
Krosmaster
I found an awesome article on Hexagon grids with a …
How do i tint an image with HTML5 Canvas?
My question is, what is the best way to tint an image that is drawn using the drawImage method. The target useage for this is advanced 2d particle-effects (game development) where particles change colors over time etc. I am not …
2D Engines for Javascript
I'm attempting to build a tile-based game in javascript, using HTML5 canvas. There are -many- engines to choose from, such as;
JawsJS
GameJS
Cocos2D
MelonJS
CraftyJS
ImpactJS (commercial)
... and the list goes on and on.
However, there does not …