Giter VIP home page Giter VIP logo

tse-csgames2018's Introduction

Team Software Engineering - Spaceship Control

Usage

Create the containers with docker-compose. It creates an image mounted with your sources so you don't have to rebuild it everytime and it links it with a container running MongoDB.

docker-compose up -d

Then run the acceptance tests to verify your progress with the following command:

docker start -a spaceship-control

You may want to change the TEAM_TOKEN defined in spaceship.env.

If you already have a running MongoDB on your machine with default host (localhost) and port (27017) and you want to use it, you can simply execute the following command to run the acceptance tests:

./gradlew accept -DteamToken=YOUR_TOKEN

Or you can also start a standalone container running MongoDB so you can use your preferred IDE to run/debug the gradle accept task. The following command will run a MongoDB container listening on 127.0.0.1:27017:

docker run --name mongo -d -p 27017:27017 mongo

Note: Mongo is only used to run the acceptance tests. You might not have to use it in the spaceship-control.

Development

The entry point of the spaceship-control is src/main/java/org/csgames/spaceship/control/app/EventAppService.java. This is where you will have to rewrite the core features of our spaceship.

Good luck! ๐Ÿง ๐Ÿš€

tse-csgames2018's People

Contributors

brandon1234 avatar ianlet avatar marshallasch avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.