this post was submitted on 19 Nov 2025
0 points (50.0% liked)

Game Development

6141 readers
40 users here now

Welcome to the game development community! This is a place to talk about and post anything related to the field of game development.

Community Wiki

founded 2 years ago
MODERATORS
 

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...

you are viewing a single comment's thread
view the rest of the comments
[–] TheracAriane@thebrainbin.org 1 points 4 months ago (1 children)

To know about the reader's thought on this.

[–] TheV2@programming.dev 0 points 4 months ago (1 children)

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 °-°

[–] TheracAriane@thebrainbin.org 1 points 3 months ago

Basically, l use Codeberg as a cloud platform for saving away my files online and also share links of them conveniently:)))