AstarCreator
A downloadable tool for Windows, macOS, Linux, and Android
# AstarCreator
Create mazes and solve them with the a* -algorithm.
Written in modern python.
Sold as binary. If problems then contact.
## Install
1. Install Python3: `sudo apt install python3`
2. Install pygame: `sudo apt install python3-pygame`
3. Read more about pygame: https://www.pygame.org/wiki/GettingStarted
4. Then just play: `python3 astar_creator.pyc`
## Usage
```
#.#.# HelP #.#.#
> python3 astar_creator.pyc [args ...]
--help
This help
--version
Show version
-read [maze.txt]
Read maze from "maze.txt" and start AstarCreator.
-maze [width] [height] [save.txt]
Generate maze and save it to "save.txt".
-solve [read.txt] [save.txt]
Read maze from "read.txt" and solve it. Then save it to "save.txt".
```
# AstarCreatorCreate mazes and solves with the a* -algorithm
Written in modern python.
Sold as binary. If problems then contact
## Install
1. Install Python3: `sudo apt install python3`
2. Install pygame: `sudo apt install python3-pygame`
3. Read more pygame: https://www.pygame.org/wiki/GettingStarted
4. Then just play: `python3 astar_creator.pyc`
## Usage
```
#.#.# HelP #.#.#
> python3 astar_creator.py [args ...]
--help
This help
--version
Show version
-read [maze.txt]
Read maze from "maze.txt" and start AstarCreator.
-maze [width] [height] [save.txt]
Generate maze and save it to "save.txt".
-solve [read.txt] [save.txt]
Read maze from "read.txt" and solve it. Then save it to "save.txt".
```
Download
Click download now to get access to the following files:
Leave a comment
Log in with itch.io to leave a comment.