Skip to content

Javascript framework for turn-based hex games with server-side game logic and client-side interface.

Notifications You must be signed in to change notification settings

dennishorte/hex-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

======== hex-game

Javascript framework for turn-based hex games with server-side game logic and client-side interface.

To run, first run 'npm install'. Ensure that grunt-cli is installed on your system. run 'grunt' within the project folder.

Currently, there is no executable. Running grunt just compiles the files and runs the test suite.


Roadmap

  1. Hex.Map object, containting Hex.Hex objects.
  2. Ability to place/move objects on Hex.Hex objects.
  3. Fog of war/visibility system.
  4. Rendering engine for client side.
  5. Server/client interaction.
  6. Saving of game state on server-side DB.

About

Javascript framework for turn-based hex games with server-side game logic and client-side interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published