Skip to content

Commit

Permalink
Update year, readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dlp committed Nov 4, 2020
1 parent 6f22172 commit 34ae837
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2019 Daniel Wiltsche-Prokesch
Copyright (c) 2019-2020 Daniel Wiltsche-Prokesch

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
3 changes: 0 additions & 3 deletions README

This file was deleted.

23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@

Maze Generation: Eller's Algorithm
==================================

This postscript program implements Eller's maze generation algorithm.
The algorithm is extremely memory efficient as it only needs space
proportional to a row; as opposed to holding space for the whole maze.

The algorithm thus allows for generation of infinite perfect mazes.
Also, it is capable of adding bias (horizontal/vertical passages).


## Quickstart:

```
make ellers.pdf
```

## Useful resources:

<http://www.neocomputer.org/projects/eller.html>
<https://weblog.jamisbuck.org/2010/12/29/maze-generation-eller-s-algorithm>

Binary file modified ellers.ps
Binary file not shown.

0 comments on commit 34ae837

Please sign in to comment.