lichess.org
Donate

Weakest BOTs

What are some of the weakest BOTs on Lichess that people below 1800 can beat pretty much easily?

I'd like to play with such BOTs so that I can be winning them a lot... these current BOTs I've been playing with are too strong, even-though their rating is pretty low...
Well, as far as I can see, @badmodo is the weakest one currently.

I am a little bit more stronger then him, but also extremely weak, not sure about other BOTs.
When I find out for other extremely weak ones, I'll let you know :)
Are you a random mover?
If not, do you know of any random movers here?
It should be quite easy to code one, since engines already have a module to generate the list of legal moves extremely quickly.
You don't need an engine to generate legal moves. Python-chess which is part of lichess-bot already knows how to do it.

Should I make a random mover?
Well yeah, my BOT plays some random, very dumb moves and ignores blunders most of the time...@badmodo plays extremely dumb and ignores blunders in 99% of the time...
Here is a random mover bot for you:

@RandomMoverBot

Plays any variant.

Does not use an engine, instead uses python-chess's move generator and picks a move from the legal move list at random.

May be in ultrabullet it has some chance, because it moves instantly.
It took this bot over a second to move once.
I assume that was a glitch of some sort.
Bots have no lag compensation afaik. So despite making the move instantly, lichess may record some thinking time. What is certain is that neither book nor engine is used to make a move, so thinking time is equal to the time necessary for generating all legal moves ( which is negligible ).

This topic has been archived and can no longer be replied to.