Metadata-Version: 1.1
Name: pycman2
Version: 0.1
Summary: Pacman game simulator in Python
Home-page: https://github.com/reachsumit/pycman
Author: Sumit Kumar (Arora)
Author-email: sam.sumitkumar@gmail.com
License: UNKNOWN
Description-Content-Type: text/markdown
Description: Simple Pacman game simulator in Python
        
        This is a simple Pacman game simulator in Python.
        
        ### Compilation Instructions:
        python setup.py develop  
        python setup.py sdist bdist_wheel  
        twine upload dist/*  
          
        pip install --no-cache-dir --upgrade pycman  
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
