An open API service indexing awesome lists of open source software.

https://github.com/jlchntoz/mazegenerator

An implementation of multi-dimensional maze generator (up to 16 dimensions)
https://github.com/jlchntoz/mazegenerator

game maze-generator

Last synced: 9 months ago
JSON representation

An implementation of multi-dimensional maze generator (up to 16 dimensions)

Awesome Lists containing this project

README

          

# MazeGenerator
The code have published here was originally wrote for my "MAZARY" game project, and now I descided to make them open-source for anyone who want to make maze games, escpecially for those are not making normal mazes.

In this repository, it contains a roughly designed interfaces handles maze generation and coordinates data handling, and an implemention for generating mazes from 1-dimension to 16-dimensions.

# 迷宮產生器
放在這裡的程式原本是為了 MAZARY 遊戲企劃,現在則將其以開源方式發佈,並作為我的個人遊戲程式開源系列的第二部。

在這些程式中,基本上編寫了一個框架用來定義迷宮生成方式還有座標系統的處理,以及一個簡單的迷宮生成器實作──支援生成一次元到最多十六次元的迷宮。