BeyondPerception / Pacman

0 stars 0 forks source link

Maze generation #1

Open BeyondPerception opened 4 years ago

BeyondPerception commented 4 years ago

Create a maze with 16x16 pixel walls. The maze should be it's own class, and have methods to create a new maze.

BeyondPerception commented 4 years ago

The maze should also have a closed box in the middle and exits at the middle on the left and right sides.