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

Game Development

5153 readers
2 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...

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here