Pacman-Game

Pacman solver

An implementation of general search algorithms to solve navigation problems in a Pacman-like maze world

In this project, the Pacman agent will find paths through his maze world, both to reach a particular location and to collect food efficiently. I implemented general search algorithms such as depth-first, breadth-first, uniform cost, and A* search algorithms which are used to solve navigation problems in the Pacman world.

GitHub

86 stars
4 watching
103 forks
Language: Python
last commit: over 5 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
mumuy/pacmanA classic Pacman game implemented in HTML5 using JavaScript, featuring a map, player control, AI-powered NPC navigation, scoring systems, and multiple levels.1,483
pacso/aoc_rbTools and templates for solving Advent of Code puzzles in Ruby24
mebeim/aocA personal repository of Advent of Code solutions and walkthroughs.403
puemos/reasonml-astar-mazeAn implementation of A* pathfinding algorithm in ReasonML for a web-browser maze game38
cormanz/smartgptProvides an LLM with the ability to complete complex tasks by breaking them down into smaller problems and collecting information from external sources.1,757
m-a-d-n-e-s-s/madnessA high-performance numerical environment for solving complex equations in many dimensions using adaptive methods.182
turtlesmoke/advent-of-codeA personal repository of Python solutions to daily programming puzzles.5
mpschrader/gym-sokobanAn OpenAI Gym environment for solving the Sokoban puzzle game333
gallandarakhneorg/ia54-student-sarl-simulationA software project providing a simulator for an agent-based simulation of the Pacman game.4
pyamg/pyamgA Python library implementing algebraic multigrid solvers for large-scale linear systems578
matiaslindgren/advent-of-code-cppA collection of modern C++ solutions to Advent of Code problems as a testing ground for new language and library features.8
alokmenghrajani/adventofcode2023A collection of solutions to Advent of Code 2023 puzzles written in Python.0
felixneutatz/2048_m-a-starAn algorithmic solver for the 2048 game using A* search with cost functions based on tile values and unassigned tiles.204
mikemoolenaar/adventofcodeA C# implementation of Advent of Code puzzles and challenges0
thudm/mathglmA Pytorch-based implementation of a language model capable of performing arithmetic operations without calculators.320