More actions
(Created page with "{{Infobox PSP homebrew | title = Fracal Maze Generator | image = https://dlhb.gamebrew.org/psphomebrew/FracalMazeGeneratorPSP.jpg|250px | type = Other Games | version = v1.0 |...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox PSP homebrew | {{Infobox PSP homebrew | ||
| title = | | title = Smallest Simplest Maze Generator | ||
| image = https://dlhb.gamebrew.org/psphomebrew/ | | image = https://dlhb.gamebrew.org/psphomebrew/ssmg.png|250px | ||
| type = Other Games | | type = Other Games | ||
| version = v1.0 | | version = v1.0 | ||
Line 7: | Line 7: | ||
| author = edepot | | author = edepot | ||
| website = http://www.edepot.com/game.html | | website = http://www.edepot.com/game.html | ||
| download = https://dlhb.gamebrew.org/psphomebrew/ | | download = https://dlhb.gamebrew.org/psphomebrew/ssmg.7z | ||
| source = | | source = https://code.google.com/archive/p/fractal-maze-generator | ||
}} | }} | ||
Fracal Maze Generator PSP is | Fracal Maze Generator PSP, or Smallest Simplest Maze Generator, is a homebrew application that uses fractal patterns to create the maze. | ||
The idea is to showcase how simple algorithms is able to create complex patterns. The algorithm is made of only 3-5 lines of code (source code provided). | The idea is to showcase how simple algorithms is able to create complex patterns. The algorithm is made of only 3-5 lines of code (source code provided). | ||
==User guide== | |||
User guide | |||
Think of it as fractal for mazes or mandelbrot for mazes, where a simple formula can generate complex patterns. | Think of it as fractal for mazes or mandelbrot for mazes, where a simple formula can generate complex patterns. | ||
Line 33: | Line 22: | ||
The default PSP one leaves gaps. Tilt your PSP slightly for common viewing angle. Re-run the program for another maze. Source is included. | The default PSP one leaves gaps. Tilt your PSP slightly for common viewing angle. Re-run the program for another maze. Source is included. | ||
Compatibility | ==Compatibility== | ||
It runs on a PSP with Firmware 1.0 or 1.50. It also runs on higher Firmware if that Firmware supports running Firmware 1.50 or 1.00 homebrew. | It runs on a PSP with Firmware 1.0 or 1.50. It also runs on higher Firmware if that Firmware supports running Firmware 1.50 or 1.00 homebrew. | ||
Changelog | ==Changelog== | ||
1.0 | '''1.0''' | ||
* Initial Version. | |||
==Credits== | |||
[http://www.edepot.com/algorithm.html Smallest Simplest Maze Generator]. | |||
==External links== | |||
* Author's website - http://www.edepot.com/game.html | |||
* Google Code - https://code.google.com/archive/p/fractal-maze-generator | |||
[[Category:PSP homebrew games]] | |||
[[Category:Other PSP homebrew games]] |
Revision as of 23:33, 28 August 2021
Smallest Simplest Maze Generator | |
General | |
---|---|
Author(s) | edepot |
Type | Other Games |
Version | v1.0 |
Licence | Mixed |
Links | |
Download | |
Website | |
Source |
<htmlet>adsense</htmlet>
Fracal Maze Generator PSP, or Smallest Simplest Maze Generator, is a homebrew application that uses fractal patterns to create the maze.
The idea is to showcase how simple algorithms is able to create complex patterns. The algorithm is made of only 3-5 lines of code (source code provided).
User guide
Think of it as fractal for mazes or mandelbrot for mazes, where a simple formula can generate complex patterns.
Note that the font affects the look of the maze, so get a font that has slashes that extends to the corners.
The default PSP one leaves gaps. Tilt your PSP slightly for common viewing angle. Re-run the program for another maze. Source is included.
Compatibility
It runs on a PSP with Firmware 1.0 or 1.50. It also runs on higher Firmware if that Firmware supports running Firmware 1.50 or 1.00 homebrew.
Changelog
1.0
- Initial Version.
Credits
External links
- Author's website - http://www.edepot.com/game.html
- Google Code - https://code.google.com/archive/p/fractal-maze-generator