-
-
**Problem Statement :**
The current Battleship game lacks difficulty levels, which limits the player's experience. By adding difficulty levels, the game can provide more tailored challenges for …
-
Because it really still seems to be confusing for players (also I got that wrong in the beginning).
The current "Difficulty" option per player should be renamed to something like "Player handicap" …
-
The game feels a little easy right now, even on the highest difficulty. Since this is kind've low prio, you can take it as a suggestion to err on the side of making the game more difficult rather than…
-
import os
# Inside the while loop
elapsed_time = int(time.time() - start_time)
remaining_time = game_duration - elapsed_time
os.system('cls' if os.name == 'nt' else 'clear') # Clear screen for Windo…
-
As a user, I’d like to change the difficulty level to provide more or less challenge.
# Acceptance Criteria:
- An ability to scale the difficulty of the game has been provided to the user by changin…
-
So this was actually a thing that irked me in the vanilla game.
You can mod the character creation to add extra radio buttons for genders, but you can't actually define any extra genders for specie…
-
There is no end goal in the game. Also, maybe boost the asteroid speed so that a player can't just sit at the bottom and click to win.
-
https://github.com/sambow7/js-objects-lab/blob/b471cab5b836b61118381c07f8afa1ad44fd27c2/app.js#L36
While this is correct, it may just be clearer to set it like this `game.difficulty = "Med";` rathe…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Used image version
latest/1.30
### Used docker compose file or docker command
Docker compose yml f…