8000 GitHub - JustAd8/pacman-py: Pacman, but with pygame.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

JustAd8/pacman-py

 
 

Repository files navigation

Arguably the most popular arcade game ever, Pacman, in python.

Setup Instructions

  • Clone this repo: git clone https://github.com/Whiskas101/pacman-py.git
  • Ensure you have Python installed
  • Within the repo, run: pip install -r requirements.txt or pip3 install -r requirements.txt for linux
  • To run the game: python main.py or python3 main.py on linux

To Do:

  • Setup and Plan Project structure
  • Implement Player Movement (Grid Based)
  • Grid Object Collision
  • Enemy Objects, Movement
  • Enemy & Player Collision
  • Score System
  • Win Condition

About

Pacman, but with pygame.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0