Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 575 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 575 Bytes

JavascriptStrategyGame

It is a simple turn based strategy game.

  • use HTML5 canvas to draw the game
  • use JavaScript ECMAScript 6 Grammar
  • use AStar algorithm to walk
  • support melee and remote creature

Requirement

  • you can play the game using Firefox, Google Chrome or Microsoft Edge.
  • IE is not supported, Safari is not tested.

How To Start Game

use browser to open the index.html

How to Play

use mouse to select the active creature to walk or attack

Demo

demo1