Questions tagged [2d-games]

Games that exist in a 2D world are sketched out using two-dimensional elements within the game space. Each element within the game is assigned an x and y coordinate to pinpoint its exact location on the screen.

Python 3: Tricks for personalizing a map with interactive features

Currently facing an issue with setting up different block packs for drawing maps on the platformer game. Theoretically, pressing specific numbers should do the trick. All files are organized in a folder with the correct hierarchy. What would be the optima ...