3 Open Issues Need Help Last updated: Feb 10, 2026

Open Issues Need Help

View All on GitHub
create a player object about 2 months ago

AI Summary: This issue requests the creation of a 'Player' object in the codebase. This object should be associated with a 'Train' and also contain an ArrayList to store dominoes representing the player's hand.

Complexity: 2/5
enhancement good first issue
create train class about 2 months ago

AI Summary: This issue proposes the creation of a new 'Train' class. This class should be capable of storing a collection of 'dominoes' and also track whether the train is considered 'open'. This is an enhancement to the existing codebase.

Complexity: 2/5
enhancement good first issue
Make Domino Class about 2 months ago

AI Summary: This issue requests the creation of a new `Domino` class in the codebase. The class should be designed to represent a domino tile and must include at least two integer attributes to store the pip count on each of its sides.

Complexity: 1/5
enhancement good first issue