Skip to content

Releases: bastien8060/CyborgLeague

CyborgLeague v0.1-beta.1

06 Mar 13:25
Compare
Choose a tag to compare
Pre-release

Recommended Specifications: discrete graphics + 16 thread cpu

This is a beta/pre-release

Description

This pre-release of the bot can play a game, at a very beginner level. It isn't good at all yet.

Attached to this release is a precompiled version of the code (binary) for Windows. Tested on Win11, it should also work on Win10. You need to run the .exe, as well as the server. Read the documentation on the front page for more info (here).

This pre-compiled release is built with debugging on, so a shell/terminal will open by default.

Issues:

  • Sometimes accidentally dives under a turret
  • Bug when bot tries to buy two items in a row
  • Bug when buying item after respawn
  • Doesn't check for ganks/attacks when recalling, and can get killed by enemy. (the recall function is synchroneous, blocking the bot for 15sec).
  • Fails to detect when taking heavy damage
  • Often fails to run away when a lost matchup is detected

Next release goals:

  • Inbuilt server in executable. (The server running with the help of the executable without needing to run it externally)
  • Auto support for WSL2 server acceleration
  • Champion-Select support for client. (Choses by itself its champion and its lane)
  • Improve the bots algorithm and strategy + Fix most of its issues, if not all

Full Changelog: 57e1f06