Metadata-Version: 2.0
Name: pacman-game
Version: 1.0.2.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.2.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.2.dev1
author: Parth Kolekar
[![Build Status](https://travis-ci.org/ParthKolekar/pacman-game.svg?branch=master)](https://travis-ci.org/ParthKolekar/pacman)
[![Coverage Status](https://coveralls.io/repos/ParthKolekar/pacman-game/badge.svg)](https://coveralls.io/r/ParthKolekar/pacman)
[![PyPI version](https://badge.fury.io/py/pacman-game.svg)](https://pypi.python.org/pypi/pacman-game/)

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



