shaunlebron/pacman-mazegen

researching solutions for generating Pac-Man mazes

HTML

207

78 commits

updated Oct 1, 2018

See the code

README

Pac-Man Maze Generator

Generating random mazes aesthetically similar to those found in Pac-Man and Ms. Pac-Man. The tetris solution yielded best results:

Click here for an explanation.

History

Research conducted summer 2012.

  • The randomfill folder contains a Python solution that uses a special heuristic for progressively placing random valid walls.
  • The answerset folder contains a Clingo solution that specifies declarative constraints. This blog post is a good introduction to map generation using Clingo.
  • The spanningtree folder is a lead to apply a modified version of conventional maze generation algorithms.
  • The tetris folder contains a solution for stacking pieces in a tetris like manner.

Contributors

shaunlebron

78 commits

shaunlebron/pacman-mazegen

researching solutions for generating Pac-Man mazes

HTML

207

78 commits

updated Oct 1, 2018

See the code

README

Pac-Man Maze Generator

Generating random mazes aesthetically similar to those found in Pac-Man and Ms. Pac-Man. The tetris solution yielded best results:

Click here for an explanation.

History

Research conducted summer 2012.

  • The randomfill folder contains a Python solution that uses a special heuristic for progressively placing random valid walls.
  • The answerset folder contains a Clingo solution that specifies declarative constraints. This blog post is a good introduction to map generation using Clingo.
  • The spanningtree folder is a lead to apply a modified version of conventional maze generation algorithms.
  • The tetris folder contains a solution for stacking pieces in a tetris like manner.

Contributors

shaunlebron

78 commits

Languages

HTML

48.6%

JavaScript

35.9%

Python

15.4%