Skip to content

Benny-/oorlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oorlog

A tile based game. Conquer lands and expands you territory.

Requirements

Dependencies

Execute the following commands in the project directory.

yarn

Run development server

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.

Build production

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.

License

Everything in src/assets/field_elements is GPL 3. Anything not otherwise specified is BSD 3.