Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gregorykogan/pac-man
- Owner: GregoryKogan
- License: mit
- Created: 2020-07-11T19:41:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-13T21:08:34.000Z (over 1 year ago)
- Last Synced: 2023-06-14T01:21:15.164Z (over 1 year ago)
- Topics: game, map, map-generation, map-generator, pacman, pacman-game, pygame, recursive-backtracking-algorithm
- Language: Python
- Homepage:
- Size: 274 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pac-man
This is a Pac-Man replica with map generation made in python with pygame library
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