CONTROL_MAP = { # Movement & Basic Actions ‘Up_Arrow’: {‘action’: ‘MOVE_UP’, ‘type’: ‘movement’}, ‘Down_Arrow’: {‘action’: ‘MOVE_DOWN’, ‘type’: ‘movement’}, ‘Left_Arrow’: {‘action’: ‘MOVE_LEFT’, ‘type’: ‘movement’}, ‘Right_Arrow’: {‘action’: ‘MOVE_RIGHT’, 'typ…

  • TheV2
    link
    fedilink
    arrow-up
    0
    ·
    12 days ago

    I get that, but I didn’t understand why you posted the code as an issue instead of checking in the code to your repository. If you’re not familiar with git version control, you could start with the basics alongside your first projects (even if they are AI-generated).

    But after looking at your repositories, I think I have too many questions that are probably better left unanswered °-°