pixel-examples/community/tilemap
Zachary King a65de950f9 retain render order by using slice instead of map 2019-02-05 19:06:47 -06:00
..
.gitignore tilemap example added 2019-02-03 10:22:25 -06:00
README.md tilemap example added 2019-02-03 10:22:25 -06:00
gameart2d-desert.png tilemap example added 2019-02-03 10:22:25 -06:00
gameart2d-desert.tmx tilemap example added 2019-02-03 10:22:25 -06:00
main.go retain render order by using slice instead of map 2019-02-05 19:06:47 -06:00
screenshot.png updated screenshot preview 2019-02-03 16:37:45 -06:00

README.md

Pixel Tiles Example

This is a very simple example of how you might load a tilemap generated with Tiled (i.e. a .tmx file), in a game with Pixel for Go.

The tilemap used in this example is humbly borrowed from James Bowman's repo here: https://github.com/jamesbowman/tiled-maps.

Preview

Screenshot of Tiles Window

Tilemap

Tilemap