Skip to content

Split code into modules for better readability and maintainability #4

Description

@CesarVielmas

The current code is contained in a single large file, making it hard to manage and scale. This enhancement proposes separating game objects (player, enemies, platforms, etc.) into independent classes and files.

Suggested tasks:

Create separate classes for each object type

Use inheritance if applicable (e.g., base GameObject class)

Reorganize project folders and files

Add documentation for each module

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestlang:enlanguage issue english

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions