Turn-Based Strategy Hexagon Risk-Like JavaScript Canvas Game
Apr 4, 2014PC GamingComments (5)
I have never made a turn-based or hexagon-based game before, so I decided to try it out. Using rules similar to Risk, four players compete for dominance of the game board. When the game starts, you can choose how many of the players will be under human control. The rest are controlled by the AI. You can select 0 humans if you want to just watch the AI play itself.

Play it in the web browser by clicking here.

Hex One
Comments (5)
Add a Comment
Nick   Nov 22, 2024
I hadn't realized the link had gone. I have just updated it.
Joshua Bewler   Nov 22, 2024
Could you restore this again? This was a fun game to play with my friends and are there any alternatives?
Nick Vogt   Dec 13, 2015
You can view the JavaScript source and then use a JavaScript "beautifier" to make it legible. I don't have the original source code available online, but that should be close to the same thing.
Dave Mackey   Dec 11, 2015
Any chance you'd be willing to share the source code? I'd love to make something similar...but finding examples / tutorials for turn based games is difficult!
Brock Alexander Ellis   Apr 30, 2014
Did you use any particular framework for this game?