Hexworks / mixite

A GUI agnostic hexagonal grid library. Supports a multitude of grid layouts including hexagonal, triangular, rectangular and more.
Apache License 2.0
192 stars 31 forks source link

Implement Line drawing #18

Closed adam-arold closed 8 years ago

adam-arold commented 8 years ago

http://www.redblobgames.com/grids/hexagons/#line-drawing

pubudug commented 8 years ago

Hi Adam, I would like to work on this issue. I am following http://www.redblobgames.com/grids/hexagons/#line-drawing with the intention of attempting it.

Which Java version should my changes be compatible with?

adam-arold commented 8 years ago

Hi pubudug. It should be compatible with java 1.7. I've backported the whole library because it needs to work on Android and they don't have java 1.8 yet. You might want to peruse the source code, the .pom files and the checkstyle/findbugz settings to get a hang of the code style. I can give you the formatter config I use (IDEA). I'll soon add an .md detailing the COC. Have fun, and feel free to ask if something is unclear!