Naophis / MMMazeCreator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MMMazeCreator

This is MazeDataCreator for MicroMouse.

introduce

clone this repogitory or DownLoad

git clone https://github.com/Naophis/MMMazeCreator.git

and browse with chrome, firefox , opera , vivcaldi...etc...

How to use

  1. Click on the border of section and create maze you like.
  2. Click Export button, you can get data.

Data format

The format is as follows

- -
1 North
2 East
4 West
8 South

Reason of this format, you can find out certain law , if you calcuration North * South and East * West. I use this law on my robots.

About

License:MIT License


Languages

Language:CSS 89.9%Language:TypeScript 5.7%Language:JavaScript 3.3%Language:HTML 1.2%