BattleOfAI icon indicating copy to clipboard operation
BattleOfAI copied to clipboard

Battle of AI - Let your AIs compete against each other in mini games

Results 10 BattleOfAI issues
Sort by recently updated
recently updated
newest added

Since the website is no longer available and the project seems to have come to an end it would seem appropriate to add an indication to the README and possibly...

Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 3.0.6 to 3.0.9. Release notes Sourced from flask-cors's releases. Release 3.0.9 Security Escape path before evaluating resource rules (thanks @​praetorian-colby-morgan). Prior to this, flask-cors incorrectly evaluated CORS...

dependencies

Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 3.0.6 to 3.0.9. Release notes Sourced from flask-cors's releases. Release 3.0.9 Security Escape path before evaluating resource rules (thanks @​praetorian-colby-morgan). Prior to this, flask-cors incorrectly evaluated CORS...

dependencies

Bumps [requests](https://github.com/psf/requests) from 2.19.1 to 2.20.0. Changelog Sourced from requests's changelog. 2.20.0 (2018-10-18) Bugfixes Content-Type header parsing is now case-insensitive (e.g. charset=utf8 v Charset=utf8). Fixed exception leak where certain redirect...

dependencies

The URLs returned by the website contain only "http" so you will get a 301 Moved Permanently

backend
bug

The API crashes about every 5 minutes when using the code below. ```python def turn(board, symbol): # some code return x, y api = BOAIapi(turn, verbose=1) while True: api.handle_available() time.sleep(5)...

backend
bug

I'm here to ask for **any** suggestions: The problem is, that the database fills with open and started, but not finished games. Either the player(s) of the game don't want...

discussion

# Issue The payload from the [updateUser API](https://iam.battleofai.net/api/iam/updateUser) needs the property "new_password2". # Solution The property should be removed and the check is moved to the frontend.

backend
enhancement

![registerform](https://user-images.githubusercontent.com/21959498/45947003-f8164500-bff2-11e8-8104-527ea88b75f4.png) _(The dark input fields are caused by a theme)_ The form above located at [https://battleofai.net/](https://battleofai.net/) should include a second password field for comfort (QOL) reasons.

enhancement
frontend

**Describe the bug** The website shows "undefined" instead of "X" and "O" when I want to comprehend a match. **To Reproduce** Just open [https://battleofai.net/game.html?id=62](https://battleofai.net/game.html?id=62) for example and click the ">"...

frontend
bug