An open API service indexing awesome lists of open source software.

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

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.