Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gregorykogan/pac-man

This is a Pac-Man replica with map generation made in python with pygame library
https://github.com/gregorykogan/pac-man

game map map-generation map-generator pacman pacman-game pygame recursive-backtracking-algorithm

Last synced: 1 day ago
JSON representation

This is a Pac-Man replica with map generation made in python with pygame library

Awesome Lists containing this project

README

        

# pac-man

This is a Pac-Man replica with map generation made in python with pygame library


image



This is my first python project.
I just wanted to learn this language, so this is not a large thing.
I built it in 10 days, and I'm pretty proud of myself.
Most interesting part about it is map generation.
It has more or less complicated map generation algorithm,
because there are some rules that all maps should obey.

1). All passages are 1 block wide

2). No dead-ends

3). No unreachable pockets