a base implementation of a ozai bot. Can easily be extended with new filters.
Go to file
Adrian Gunnar Lauterer 767714e9c5 Update README.md 2024-06-22 16:37:13 +02:00
.gitignore minor improvements 2024-04-07 00:34:08 +02:00
LICENSE Initial commit 2024-04-06 22:11:46 +02:00
README.md Update README.md 2024-06-22 16:37:13 +02:00
main.py minor improvements 2024-04-07 00:34:08 +02:00

README.md

ozai-bot

A base implementation of a ozai bot.

Can easily be extended with new filters.

If you are new here. the only thing you need to make a new bot is to create a new filter function, that returns true if any given move to it seems like a bad move. All the possible moves are generated, and passed trough the filter, and any found to not be deemed bad, will be tried at random. If no valid moves are left after filtering, a complete random move will be done.