kupiakos / CS340

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

###Status Build Status

###About Run the demo server using "ant server". Then navigate to localhost:8081/ in order to read the documentation. The "Java docs" link takes you to documentation for the Java GUI code that you will use to build your Catan client. The "Interactive Server API" link will take you to the server's Swagger page, which allows you to interactively call the server's web API methods, and documents the inputs and outputs of the server's methods. The other links on the server's documentation page are not relevant to the version of the project you are doing.

###Usage Run the demo client using "ant client".

Run your server using "ant our-server".

Run your client using "ant our-client".

Test the client using "ant test".

###Examples There are example JSON files under the 'sample' folder. These are examples of the JSON objects used to make requests to the server, and to return the game state (i.e., client model) to the client. You can also see the syntax for the server's JSON inputs and outputs on the server's Swagger page, with additional details being provide in the document titled "Server Web API Documentation".

###Branch Builds audakel Build Status

ldssky Build Status

kaiboy94 Build Status

phhorton Build Status

About


Languages

Language:HTML 64.2%Language:JavaScript 19.0%Language:Java 15.4%Language:CSS 1.2%Language:Python 0.1%Language:Mako 0.0%