This is a simple python game. Players can struggle for their life in the bomb tag game (Pushing the bomb away from them). The player wins when the bomb reaches the opponent's life line.
The opponent is running in asynchronous mode. It becomes more tough when the level of difficulty is increased.
• Bomb tag works well with the new "windows terminal" https://www.microsoft.com/en-us/p/windows-terminal/9n0dx20hk701 this has emoji support. A regular terminal “cmd” also works, but emoji wont display.
• Required to install pynput “pip install pynput” to run the game.
• A keyboard, especially with "a" or "A" key on it.
Please start a GitHub Issue if you have a problem, need assistance, or wish to offer a new feature. If you don't already have an account on this platform, you can set one up. It's completely free. I don't want to be nasty, but if you have a problem, it's possible that another user has the same problem, and your issue can benefit the community. Similarly, your suggestion for a new feature may be useful to other users.
If you'd want to contribute to this project, please leave a star 🌟 and share it with your friends! 😎
I would appreciate it if you could offer me a cup of coffee. ☕💖
• Select menu option. (start game or quit)
• Select difficulty of opponent. (👶easy to 👹master)
• Keeping pressing 'a' key to avoid being bombed or losing.
Distributed under the MIT License. See LICENSE for more information.