A turn-based strategy game with gods and peasants.
##Installation & Scripts To get started you are going to need Node v5.0+ and BASH (only for deploying). Windows users can use a tool like: CASH or Cygwin. Then clone this repository either with a GUI or with the following command:
$ git clone https://github.com/Swiftwork/project-hex
Finally install all dependencies with:
$ npm install
Bellow are a list of NPM scripts that you can run to aid development.
Command | Description |
---|---|
npm start |
Compiles the game and serves a local node against the dev environment |
`npm run build:[prod | dev]` |
npm run deploy |
Runs a bash script to deploy the latest commit to gh-pages |
npm test |
Not yet added |
Now you are ready to build with ❤!
##Game Dependencies
|Plugin|Version| |---|---|---| |babylonjs|^2.4.1| |core-js|^2.4.1| |handjs|^1.3.11|
##Development Dependencies
|Plugin|Version| |---|---|---| |babylon-file-loader|^0.1.0| |file-loader|^0.9.0| |html-webpack-plugin|^2.22.0| |path|^0.12.7| |pug|^2.0.0-beta6| |pug-loader|^2.3.0| |raw-loader|^0.5.1| |rimraf|^2.5.4| |ts-loader|^0.8.2| |typescript|^2.0.2| |typings|^1.3.3| |webpack|^1.13.2| |webpack-dev-server|^1.16.1| |webpack-merge|^0.14.1|