Git Product home page Git Product logo

codekata-civ-client's Introduction

Codekata-Civ Sample Client

A sample client in kotlin for the codekata-civ competition.

Your code should go in src/main/kotlin/app/AI.kt.

Utility classes for representing the state of the game are in src/main/kotlin/app/game.kt. You're welcome to extend or change them. Note: if you change their constructors you'll have to adjust the api interface code.

The api interface code is in src/main/kotlin/app/api.kt. You can change it, but read the api documentation and make sure you know what you are doing.

Same for src/main/kotlin/app/Runner.kt.

Running

Run your client with ./gradlew run --args="url keys...".

For example, to start a client for the serve on localhost:8080 with default keys, run: ./gradlew run --args="http://localhost:8080 secret0 secret1 secret2 secret3

Questions, Issues?

Github issues and pull requests are welcome. Please report any bugs you find.

Contact Edward with questions.

codekata-civ-client's People

Contributors

edwardwawrzynek avatar

Watchers

 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.