-
Notifications
You must be signed in to change notification settings - Fork 9.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Boole bot game - always win/fail strategy #217
Comments
Hello everyone 👋I hope this message finds you well. As you may know, the original repository for app ideas has not been updated in a while and is no longer actively maintained. However, I'm excited to let you know that a new repository has been created to continue this project (https://github.com/vincent0426/app-ideas). The new repository aims to provide a comprehensive list of practical and achievable app ideas that developers of all levels can work on to improve their skills and build their portfolios. We welcome contributions from anyone who wants to add their own app ideas or improve the existing ones, and we are also looking for volunteers who can help maintain the repository and keep it up to date. If you are interested in contributing or maintaining this project, please head over to the new repository (https://github.com/vincent0426/app-ideas) ⭐ and take a look at the existing issues and pull requests. Feel free to open a new issue if you have an app idea to suggest or if you have any questions about the project. Thank you for your attention, and I hope to see you in the new repository soon! 💖 ⭐ https://github.com/aldairandre/github-bot ⭐ |
2 similar comments
Hello everyone 👋I hope this message finds you well. As you may know, the original repository for app ideas has not been updated in a while and is no longer actively maintained. However, I'm excited to let you know that a new repository has been created to continue this project (https://github.com/vincent0426/app-ideas). The new repository aims to provide a comprehensive list of practical and achievable app ideas that developers of all levels can work on to improve their skills and build their portfolios. We welcome contributions from anyone who wants to add their own app ideas or improve the existing ones, and we are also looking for volunteers who can help maintain the repository and keep it up to date. If you are interested in contributing or maintaining this project, please head over to the new repository (https://github.com/vincent0426/app-ideas) ⭐ and take a look at the existing issues and pull requests. Feel free to open a new issue if you have an app idea to suggest or if you have any questions about the project. Thank you for your attention, and I hope to see you in the new repository soon! 💖 ⭐ https://github.com/aldairandre/github-bot ⭐ |
Hello everyone 👋I hope this message finds you well. As you may know, the original repository for app ideas has not been updated in a while and is no longer actively maintained. However, I'm excited to let you know that a new repository has been created to continue this project (https://github.com/vincent0426/app-ideas). The new repository aims to provide a comprehensive list of practical and achievable app ideas that developers of all levels can work on to improve their skills and build their portfolios. We welcome contributions from anyone who wants to add their own app ideas or improve the existing ones, and we are also looking for volunteers who can help maintain the repository and keep it up to date. If you are interested in contributing or maintaining this project, please head over to the new repository (https://github.com/vincent0426/app-ideas) ⭐ and take a look at the existing issues and pull requests. Feel free to open a new issue if you have an app idea to suggest or if you have any questions about the project. Thank you for your attention, and I hope to see you in the new repository soon! 💖 ⭐ https://github.com/aldairandre/github-bot ⭐ |
Describe the bug
As it was mentioned the allowed boolean operations are AND, OR, XOR, NOT
The following combinations of bot values and logical operations always result in either failure or success
AND with 0 value - always fail
OR with 1 value - always win or continue
NOT operation only takes one value as input so the result never depend on another bot value, in that case bot with 0 value always wins and bot with 1 value always loses
the only operation that randomises the winning is choosing XOR
These logics makes the game almost never ending or boring.
Suggestions
When the bot hits with other bot following operations can be done
The text was updated successfully, but these errors were encountered: