Metadata-Version: 2.0
Name: pacman-game
Version: 1.0.3.dev1
Summary: A Pacman Like Game with new and interesting new features.
Home-page: https://github.com/ParthKolekar/pacman-game
Author: Parth Kolekar
Author-email: parth.kolekar@students.iiit.ac.in
License: BSD
Download-URL: https://github.com/ParthKolekar/pacman-game/tarball/1.0.3.dev1
Keywords: pacman console ai game
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2

pacman-game
===============================

version number: 1.0.3.dev1
author: Parth Kolekar

Overview
--------

A Pacman Like Game with new and interesting new features.

Installation / Usage
--------------------

To install use pip:

    $ pip install pacman-game


Or clone the repo:

    $ git clone https://github.com/ParthKolekar/pacman-game.git
    $ python setup.py install



