https://github.com/prakhar-ff13/pacman-game-using-python
Simple Pacman game using Turtle-python
https://github.com/prakhar-ff13/pacman-game-using-python
game-development python3 turtle turtle-graphics
Last synced: 10 months ago
JSON representation
Simple Pacman game using Turtle-python
- Host: GitHub
- URL: https://github.com/prakhar-ff13/pacman-game-using-python
- Owner: Prakhar-FF13
- Created: 2018-06-20T19:42:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-08T16:10:35.000Z (about 6 years ago)
- Last Synced: 2025-05-07T10:15:04.377Z (10 months ago)
- Topics: game-development, python3, turtle, turtle-graphics
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 0
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
This is a simple Pacman game made using Turtle library of python.
The base.py file contains the vector class which supports 2D vector operations like rotations, addition etc. It is the file that is used to create lines and vectors in 2D space.
pacman.py File contains the main game code. Run it with python shell.
Note : Requirements - python 3.6+
Installation of python if not already installed ->
1) google python 3.6
2) Download the installer.
3) After completion, run pacman.py using python shell.