Skip to content
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

Open
naveennamani opened this issue Jul 31, 2020 · 3 comments
Open

Boole bot game - always win/fail strategy #217

naveennamani opened this issue Jul 31, 2020 · 3 comments

Comments

@naveennamani
Copy link

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

  • interchange the results of the bots i.e. the operation calculated for bot 1 should be assigned to bot 2 and vice versa
    • but if bot 1 sets its operation to AND with value 0 then other bots always fail
  • to avoid that, we can toggle the value of the bot for every collision, this makes it unpredictable for the next win/lose
@aldairandre
Copy link

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! 💖


⚠️ This message was generated by a robot 🤖, if this message reached you, consider leaving a star for this robot, repository link

https://github.com/aldairandre/github-bot

2 similar comments
@aldairandre
Copy link

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! 💖


⚠️ This message was generated by a robot 🤖, if this message reached you, consider leaving a star for this robot, repository link

https://github.com/aldairandre/github-bot

@aldairandre
Copy link

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! 💖


⚠️ This message was generated by a robot 🤖, if this message reached you, consider leaving a star for this robot, repository link

https://github.com/aldairandre/github-bot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants