/hidden-message-maze-generator

Generates a maze with a hidden message inside

Primary LanguagePython

Hidden Message Maze Generator

Hide any ASCII message in a maze to be uncovered by any shortest-path graph algorithm.

# 1. Update the `message` in generator.py to be the message you want to encode.

# 2. Generate the maze
python3 generator.py output.json

# 3. Validate the maze
python3 solver.py output.json