Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

The Maze Project

The Maze Project is a project where I'm going to implement the maze generation and solving algorithms in different programming languages. The goal is to use common development techniques like code and repo organizing and testing.

Further reading:

Implementations

Ready status covers following parts:

v1
  • cli — common ability to deal easy with CLI arguments;
  • generate — maze generation itself;
  • solve — solving a maze;
  • export — export results of (generate and solve) according to formats;
  • import — import a maze according to formats to solve it;
  • validate — report whether a maze is perfect or not;
  • test — tests for all implemented parts.

Ready 100%

  • (none yet)

WIP (alphabetical order)

  • Go — 57%: no import, solve, validate.
  • PHP — 71%: no solve, validate.

Next planned (alphabetical order)

  • Perl
  • Raku
  • TypeScript

Further wishes

  • Bash (crazy/stupid challenge)

About

The Maze Project: Main docs

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors