Skip to content

EdgarCastilloRm/SemanaTEC-Pac-Man

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pacman

Repository for a retro Pac-Man game, programmed with Python.

Table of Contents

General info

This is repository contains a Pac-Man simulation. Use your keyboard to move around the maze and eat all the dots in the map. Ghosts all around! Be aware. It must look like this when your run the code:

pacman

Technologies

  • Python 3.7.7
  • Freegames 2.3.2
  • Turtle and random were included with Python.

Setup

To properly run (and play) this game, you'll need to import some Python packages: freegames, random and turtle. As seen on this part of the code:

from random import choice
from turtle import *
from freegames import floor, vector

Status

This code is already finished.

Inspiration

This proyect is inspired by the Pac-Man game code at Grant Jenks website.

Collaborators

About

Repository for a retro Pacman game.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages