zero-to-mastery/ZTM-Quest

Create a entire new map

Open

#7 opened on Sep 30, 2024

 (0 comments) (0 reactions) (0 assignees)JavaScript (132 forks)auto 404
hacktoberfest

Repository metrics

Stars
 (39 stars)
PR merge metrics
 (PR metrics pending)

Description

The heart of each game are the maps and what you can explore. Given our current state, we have 3 maps to explore.

Add additional maps to the game to make it more fun. The easiest way - and also the way the code structure is set up- would be to use tiled

As a starting point, we added a example file which you can directly open in tiled with the expected object layers.

In each map, there are already entry points set up which you can use to lead the player into your new map. You can find them in den additonal infos directory.

Contributor guide