Coder Social home page Coder Social logo

nikolayit / gameaitesteronline Goto Github PK

View Code? Open in Web Editor NEW
12.0 12.0 1.0 1.58 MB

Web portal for determining the best AI players for games

Home Page: http://ai.bgcoder.com

License: MIT License

C# 87.38% CSS 0.49% JavaScript 0.17% Batchfile 0.18% HTML 11.71% ASP.NET 0.07%

gameaitesteronline's Introduction

gameaitesteronline's People

Contributors

dependabot[bot] avatar georgimanov avatar nikolayit avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

Forkers

georgimanov

gameaitesteronline's Issues

Unable to upload dll due to Library validation failed.

The full error message is Library validation failed: Playing a new game between two instances of your player failed: Raise amount should be at least 1 Parameter name: withAmount.

It has validations if there is try to Raise with amount < 2 (before PlayerAction Raise check).
The assembly is tested vs itself with GameSimulation and with OnlineGames.Services.AiPortal.Uploads.LibraryValidators.TexasHoldemLibraryValidator.
There are no errors and it passes validator locally. (tested with the validator and wit whole project on the localhot and uploaded successful)
The older version does not have check if the amount of the raise is less than 1 but it should be handled by PlayerAction itself. This error occurs in battle with some of the other teams but if in competition conditions
public static PlayerAction Raise(int withAmount)
{
if (withAmount <= 0)
{
return CheckOrCall();
}
โ€ฆ
Is changed to throw an error the new one should be Ok.
Iโ€™ve tried to upload the same assembly with changed file name, assembly name and namespaces but the result is same.
I have no idea what can cause the problem :)
Sorry if this is not an appropriate place for such a long comments.

User not found

Hello, I have an issue when registering a team - Username "iovigi" could not be found! This http://telerikacademy.com/Users/iovigi is his profile and we'd like to include him in our team. Thank you for the cooperation in advance.
P.S. My profile is emimehandjieva in both github and telerik, in case you need to reach me.

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.