mazelib

this project provides a maze library build upon the map library

Лицензия

Лицензия

Группа

Группа

com.github.martinfrank
Идентификатор

Идентификатор

mazelib
Последняя версия

Последняя версия

0.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

mazelib
this project provides a maze library build upon the map library
Ссылка на сайт

Ссылка на сайт

https://github.com/martinFrank/maze-library
Организация-разработчик

Организация-разработчик

Martin Frank
Система контроля версий

Система контроля версий

https://github.com/martinFrank/maze-library/tree/master

Скачать mazelib

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.martinfrank/mazelib/ -->
<dependency>
    <groupId>com.github.martinfrank</groupId>
    <artifactId>mazelib</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.martinfrank/mazelib/
implementation 'com.github.martinfrank:mazelib:0.1.0'
// https://jarcasting.com/artifacts/com.github.martinfrank/mazelib/
implementation ("com.github.martinfrank:mazelib:0.1.0")
'com.github.martinfrank:mazelib:jar:0.1.0'
<dependency org="com.github.martinfrank" name="mazelib" rev="0.1.0">
  <artifact name="mazelib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.martinfrank', module='mazelib', version='0.1.0')
)
libraryDependencies += "com.github.martinfrank" % "mazelib" % "0.1.0"
[com.github.martinfrank/mazelib "0.1.0"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
com.github.martinfrank : drawlib jar 0.4.1
com.github.martinfrank : geolib jar 0.1.0
com.github.martinfrank : maplib jar 0.1.0

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

maze-library

the maze lib is build ontop of the map lib and has all the features you know from the map lib.

algorithms

currently it implements only 'recursive backtracker' but i hope to provide more algorithms sooner or later

Example / Tutorial

this is a screen shot of the maze lib. Dead ends are colored with grey. the mapStyle is MapStyle.SQUARE_ISOMETRIC, obviously, and i've calculated a shortest path (a*) which is colored in yellow.

demomap:

Версии библиотеки

Версия
0.1.0