Git Product home page Git Product logo

millgates's Introduction

Per l'avvio dell'agent utilizzare lo script bin/start.sh

Utilizzo: 
./start.sh <white|black> [PORT]

Millgates è composto da un agent c++ che comunica al server di gioco utilizzando come intermediario middleware.jar
L'argomento PORT è opzionale e stabilisce la porta su cui middleware e agent c++ devono comunicare. 
Di default viene utilizzata la porta 25568, ma nel caso in cui altre applicazioni utilizzino già tale porta è possibile
utilizzarne una diversa.

millgates's People

Contributors

lucabonfiglioli avatar ellerre avatar antoniograsso21 avatar

Watchers

James Cloos avatar  avatar  avatar

millgates's Issues

Missing tests

Someone needs to test the following:

  • NodeExpander, expand function.
  • State, getAvailablePos function.

For each phase, one or more test is needed. During the test, please consider 0 the default size of vectors.

Vector size

We need to fully understand the behaviour of vectors.
The main issues are the way it resizes itself (we need to customise it) and how to obtain the actual size instead of the total capacity (http://www.cplusplus.com/reference/vector/vector/size/ seems not working).

Every time we use push_back, we should check if it needs to be resized. Moreover, we need to effectively use the actual size, instead of the capacity.

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.