A tile based game. Conquer lands and expands you territory.
Execute the following commands in the project directory.
yarn
Run all commands in different terminals.
yarn server-dev # Hot compile and serve client files on a webserver
yarn client-dev # Hot compile server component
node './dist/server/server.js' # Run the server component
You'll have to restart the server component if you change any files.
yarn build
Place build ./dist/client
files on a webserver, these files should be served using http. Run the file ./dist/server/main_bundle.js
using nodejs.
Everything in src/assets/field_elements is GPL 3. Anything not otherwise specified is BSD 3.