Client desktop application container for the online strategy game 'Eclipse Tactics'.
299
Desktop app of the online strategy game 'Eclipse Tactics'. Eclipse Tactics is a multiplayer, turn-based, online strategy game in a sci-fi theme. Create your own special teams from a large number of fully customizable units. Deploy your base and units, and destroy your opponent! Check out the game at http://www.eclipsetactics.com
Screenshots below demonstrate some of the battle fields and player lobbies.

Check out the trailer below to see a brief demo of game-play and all we got for you!
You would need to specify the following VM arguments in order to run the application in the development environment.
eclipse.MainFrame
-Xms512m -Xmx2048m -XX:+UseStringDeduplication -Xverify:none -server -XX:+UseParallelGC
You can run the client desktop application on Docker container. As Docker does not provide graphics environment, it is necessary to install X windowing system.
sh eclipsetactics_docker_client_mac.sh
sudo sh eclipsetactics_docker_client_linux.sh
docker container run --rm -v eclipsetactics_sql_data:/dbdata -v $(pwd)/backups:/backup ubuntu bash -c "cd /dbdata && tar xvf /backup/sql_data.tar --strip 1"
docker-compose up
docker-compose down
aws cloudformation validate-template --template-body file://./One-Instance-Arch-CloudFormation.yml
aws cloudformation create-stack --stack-name eclipsetactics --template-body file://./One-Instance-Arch-CloudFormation.yml
aws cloudformation delete-stack --stack-name eclipsetactics
This will deploy the platform on AWS utilizing the following architecture:
aws cloudformation validate-template --template-body file://./Full-Stack-High-Availability-Arch-CloudFormation.yml
aws cloudformation create-stack --stack-name eclipsetactics --template-body file://./Full-Stack-High-Availability-Arch-CloudFormation.yml
aws cloudformation delete-stack --stack-name eclipsetactics
This will deploy the platform on AWS utilizing the following architecture:

Content type
Image
Digest
Size
288.2 MB
Last updated
almost 6 years ago
docker pull muratartim/eclipsetactics_client