seansegal / tincisnotcatan

An online version of Settlers of Catan with additional advanced economic features
http://tinc.herokuapp.com/
MIT License
151 stars 21 forks source link

Add background images to tiles #1

Open alpo22 opened 4 years ago

alpo22 commented 4 years ago

Love the game, great job. Adding background-images to the tiles would be a great enhancement.

I'd do it and make a pull request, but don't know Maven to get the app running locally to test.

tsgoff commented 4 years ago

You can run it locally with /build.sh and the run script or using the Docker Container: github.com/seansegal/tincisnotcatan/pull/2 Just ensure using a webserver in front of it for offloading the ssl websockets.

seansegal commented 4 years ago

Yes, thanks to @tsgoff you can now run the application with Docker. The pull request has been merged into master and Docker commands are available in the README.md.