GithubHelp home page GithubHelp logo

entelectchallenge / 2016-bomberman Goto Github PK

View Code? Open in Web Editor NEW
24.0 24.0 23.0 1.64 MB

This single repository includes the game engine, test harness and sample bots for the 2016 Entelect Challenge.

Home Page: http://challenge.entelect.co.za/

License: MIT License

Batchfile 0.17% C# 88.42% Java 0.34% C++ 0.50% C 0.08% F# 0.24% Python 7.28% JavaScript 2.60% Scala 0.35%

2016-bomberman's People

Contributors

bhaeussermann avatar entelectchallenge avatar oockyoo avatar rkistner avatar s-rabe avatar tjorriemorrie avatar wackymax avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

2016-bomberman's Issues

Proposal for run argument in bot.json

During the development of a bot, it would be useful for me (and I assume for others) to build the same .exe for different bots; and then to be able to test those using the game engine.

The engine can make this possible if I can give it an argument to pass on to the exe that identifies the bot on my side. The bot.json file seems to be a good place for me to specify this.

Maybe a new entry called RunArgumentcan be added -- like so:

{
    "Author":"John Doe",
    "Email":"[email protected]",
    "NickName" :"John",
    "BotType": "CSharp",
    "ProjectLocation" : "",
    "RunFile" : "Reference\\bin\\Debug\\Reference.exe"
    "RunArgument": "variationZ"
}

Then, your bot will receive three arguments for every round in the game:

  1. Your player key registered in the game
  2. The directory for the current game files
  3. The value of RunArgument (if it is not an empty string)

Round Number is 1 for first round (0)

Hi

Not sure if this is an issue, but the round number is 1 on the first round, denoted as 0 in the log and then is still 1 for the actual 1st round- is the just limited to me?
If this is intentional, how should I go about determining a fresh game state if not by a round number of 0?

missing requirements.txt file

-- for the python bots

1] Maybe get users to install the requirements under a virtualenv then site-packages will be left clean.

2] For the python bots there is a missing requirements.txt file referred to in the documentation. When the file is ready am I suppose to use pip to get the dependencies as there seems to be missing command to execute the install option against requirements.txt

Add license to project

Hi,

We are interested in using this project as part of a project for a university course, but we noticed it has no license. Would it be possible to add an open source license?

Thank you!

PS. More info about projects without license here.

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.