Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 572 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 572 Bytes

Project Daissu

Dice-Combat turn-based strategy cyberpunk action game

Running the client

Use love client from this directory. Notice it must be from this directory so it can access the common/ directory.

Running the server

You can just run the server locally with love server. Notice it must be from this directory so it can access the common/ directory. You can also use the Dockerfile to run it.

To deploy the dev server, just run ./deploy_dev.sh. You should have docker installed and logged in to an account that can contribute to that image.