1.0.6 • Published 6 years ago

isometric-game-tile-manager v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

Isometric Game Tile Manager

npm

Installation

npm install isometric-game-tile-manager

Getting started

For now, please reference the phaser-js example. API documentation coming soon.

Demo

Check out the demo

How it works

In the diagrams below, the blue outline is the screen view and the blue arrows are the directions the screen is moving. The green tiles are the tiles that are being rendered and stored in memory.

Vertical move

alt text

As the player moves upward, top rows are added and bottom rows are removed.

Lateral move

alt text

As the player moves right, right columns are added and left columns are removed.

Future work

  • Handle window size changes
  • Mini map where user can jump to locations
1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago