Skip to content

Whiskerss/Pacman-Pygame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pacman Game

Welcome to the Pacman Game repository! This project is part of the Python course at Itucation, January 2025.

Table of Contents

Introduction

This repository contains the code for a classic Pacman game implemented in Python. The game is designed to help students understand the basics of game development using Python.

Features

  • Classic Pacman gameplay
  • Score tracking
  • Simple AI for ghosts

Installation

Usage

Contributing

We welcome contributions to improve the Pacman game. If you would like to contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature-branch
  3. Make your changes and commit them:
    git commit -m "Description of your changes"
  4. Push to the branch:
    git push origin feature-branch
  5. Create a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages