Found 1,243 repositories(showing 30)
hbokmann
Pacman in Python with PyGame
greyblue9
Faithful Pac-Man adaptation using PyGame including bouncing fruit, ghosts that chase you with the A* algorithm, and support for external mazes of any size with custom color schemes for each maze. Cross-platform, high score, and joystick support.
plemaster01
No description available
AnandSrikumar
Pacman clone written in python
alex-rantos
Search algorithms(BFS, DFS, UCS, A*) in python.Berkeley Pacman Project 1.
peakwinter
Simple Python interface to Arch Linux package manager (pacman)
deepeshmittal
Implemented various AI algorithms in Pac-Man projects developed by UC Berkeley. Implemented informed/blind state-space search using search algorithms like BFS, DFS, UCS and A* algorithm with heuristic calculation. Designed an algorithm for reflex agent, minimax and alpha-beta pruning. Reinforcement Learning using MDP (Value Iteration and Policy Evaluation) - Implemented Markov Decision process using Value iteration in the Pacman World. Designed perceptron classifier for data classification. Developed applications using python. http://ai.berkeley.edu/project_overview.html
pratu16x7
A console Pacman game in Python
joshuakt
Python code for Planetary Atmosphere, Crust, and MANtle (PACMAN) geochemical evolution model applied to Venus, as described in Krissansen-Totton et al. (2021; Planetary Science Journal)
mauricioaniche
PacMan game used in the Software Engineering Methods (CS minor, TU Delft)
MDB22
Software Agents Pacman project, implementing AI for Pacman in Python and PDDL
nishittated
Pacman in Python with pygame.
andi611
Implementations of artificial intelligence agents that plays Pac-Man
atif5
A pacman clone written in python
janjilecek
No description available
kongarakeerthi
Here is the code for Pacman game written in python 3.5 version using Pygame
aksalcido
Pacman Arcade game created in Python with Tkinter
z3ntu
Python library to parse pacman's .SRCINFO file
msys2
Pure-python module to parse and read pacman sync dbs
MMVonnSeek
Recriação completa do clássico Pac-Man em Python utilizando lógica vetorial, detecção de colisões, movimentação inteligente de inimigos, estrutura de mapa em matriz e renderização com Turtle. Projeto ideal para demonstrar domínio de lógica de jogos, organização de código e manipulação de estruturas visuais.
DataWizual
PacMan in Python
Alexffb32
No description available
MartinGurasvili
This is a simple Pacman game created in python that runs on the terminal
codevinni
Um jogo multiplayer desenvolvido em Python inspirado no clássico Pacman. Neste jogo, você controla os fantasmas e deve tentar capturar o Pacman
aparsak
A simple Pacman game in Python, featuring AI-driven gameplay using the Minimax algorithm with Alpha-Beta pruning. The AI makes decisions to navigate the maze, collect points, and avoid ghosts.
anubhav-coder
This is the project in which I applied Artificial Intelligence Algorithms using Python
Yutix
Python pacman encrypter :v
usawa
A small pacman written in Python, as a pygame proof of concept.
errikosg
Pacman projects implemented in Python (from Berkeley Courses)
bmazoure
Partially observable PacMan game in OpenAI Gym format