Update README.md

This commit is contained in:
Adrian Gunnar Lauterer 2024-06-22 16:37:13 +02:00
parent 0f8b6ec693
commit 767714e9c5
1 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,7 @@
# ozai-bot
a base implementation of a ozai bot.
Can easily be extended with new filters.
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.