markcornwell / markcornwell/spacewar

multi needs to clean up controls list after ship is destroyed...

Open
#41 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
JavaScript
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

When a ship is destoryed, its controls record remains in the controls list so that new ships cannot be created. What should happen is that the control is eliminated and the ship that was destroyed is returned to the free list of ships to be allocated.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by tracing the code that handles ship destruction in the multiplayer flow, then follow how the controls list and free ship list are maintained. Done means the destroyed ship's control entry is removed and the ship becomes available for allocation again, with the multiplayer behavior checked to confirm new ships can be created.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
game-dev
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.