A tile based game. Conquer lands and expands you territory.
Execute the following commands in the project directory.
yarnRun all commands in different terminals.
yarn server-dev # Hot compile and serve client files on a webserveryarn client-dev # Hot compile server componentnode './dist/server/server.js' # Run the server componentYou'll have to restart the server component if you change any files.
yarn buildPlace 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.