Metadata-Version: 2.0
Name: pysnake
Version: 1.0.0
Summary: A curses-based cross-python version of Snake with zoom and rewind modes
Home-page: https://github.com/otov4its/pysnake
Author: Stanislav Otovchits
Author-email: otov4its@gmail.com
License: MIT
Keywords: snake,game,zoom,rewind
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console :: Curses
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Games/Entertainment

============
PySnake Game
============
::


                                           Score: 0000 | Speed: 002
 ####################################################################
 ####################################################################
 ####                                                            ####
 ####                                                            ####
 ####                                                            ####
 ####                                                            ####
 ####                     ┌───────────────┐      OOOO            ####
 ####                     │     Pause     │      OOOO            ####
 ####                     │ press any key │                      ####
 ####                     └───────────────┘                      ####
 ####                                                            ####
 ####                                                            ####
 ####                        @@@@                                ####
 ####                        @@@@                                ####
 ####                                                            ####
 ####                                                            ####
 ####################################################################
 ####################################################################
 q: Quit, n: New Game, p: Pause, +/-/a: Zoom in/out/auto, r: Rewind


A curses-based cross-python version of Snake

Supports Python 2.x/3.x versions

Stunning features:
 - zoom-mode/auto-zoom
 - rewind-mode


Install
-------
``pip install pysnake`` and run in console ``pysnake``


Changes
-------

1.0.0 (27.09.2015)
~~~~~~~~~~~~~~~~~~
Initial version

