Skip to content
This repository was archived by the owner on Jan 3, 2026. It is now read-only.
This repository was archived by the owner on Jan 3, 2026. It is now read-only.

Add more abstraction to games #5

@Pirvu2k

Description

@Pirvu2k

At the moment there is a lot of duplicate code for games, we should find a way to facilitate polymorphism and reuse common functionality more easily. The idea here would be to either use an OOP-style approach with classes and inheritance or some sort of map like we use for commands.

For example, skribbl.py uses a lot of code from speed_dating.py , and any more games that we add in the future should have this common functionality extracted elsewhere.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions