-
The game should be able to be installed via Debian package, rather than by pip installation. This makes the project more accessible, and also allows desktop launchers, etc.
This should also feature…
-
Cleaning up dependency due to serving no purpose.
-
Visual Studio Code provides various extensions that contribute to the development workflow of Bombsite. These should be included in a list.
-
Mistakes introduced during previous refactoring have resulted in characters not falling at all.
-
At present, the AI attempts to carry out checks for one weapon per game tick. That means in a single game tick, every grenade attack available to the AI must be checked before the game can load a new …
-
With the changes to use Ruff, the README needs to be fixed.
-
At present, the only attack available to the characters are rockets. A grenade attack should also be added to lay the architectural foundation for a diverse array of attacks.
-
On each round start - Failed to load image data from https://i.imgur.com/WIC4VHx.png
And it's for both sites.
-
When the ENTER key is pressed, the game instructs the controlled character to begin attacking. If there _is_ no controlled character, it crashes.
-
The logo should be at the top of the main menu for aesthetic purposes.