Skip to content

eerio/pacman-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Date: November 2019
License: GNU GPL v3

Usage:
$ game.py

What's interesting is that I fetch a pacman-like maze from
shaunlebron's website and parse it to a graph, so that the maze
is different each game!

Currently there's only one ghost (red one), but new ones with
custom ai might be added very easily

Note: it's pretty god damn hard, because the ghost can turn on
a straight way; it's not limited to only turn on crossroads

Dependencies: pygame, selenium, webdriver_manager, Pillow

Screenshots:
https://imgur.com/a/Iecee7t

Credits:
https://shaunlebron.github.io/
for creating an impressive pacman-like maze generator in js
I use it in this repo

Releases

No releases published

Packages

No packages published

Languages