Metadata-Version: 2.1
Name: SimonGesture
Version: 1.0.1
Summary: A Simon clone with mouse gestures.
Home-page: https://github.com/asweigart/simongesture
Author: Al Sweigart
Author-email: al@inventwithpython.com
License: BSD
Description: =============
        Simon Gesture
        =============
        
        Simon Gesture is a Simon clone that uses mouse gestures. This game was created to showcase the features of the gesture-recognition features of the moosegesture module.
        
        To play, use the mouse to draw the same gesture as the path the dot makes. As you play, the path becomes longer and longer.
        
        Requires Pygame.
        
        Installation
        ============
        
            ``pip install simongesture``
        
        
Keywords: game simon mouse gestures
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications
Classifier: Environment :: MacOS X
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
