Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 870 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 870 Bytes

PROZ-Project

This is a simple hexagonal map creator written in Java and JavaFX.

Requirements

To be able to run this project you need to have Java 8 (at least) and JavaFX installed on your computer.

Examples

With this map creator you can:

  • create tiles on a grid

  • there is a variaty of tiles that can be used

  • you can add objects on each tile

  • with eraser tool tiles can be easily removed

  • maps can be saved via menu and loaded later on

Additional information

The tileset used in the project can be found here.
This great blog describes implementation of hexagonal grids.