Metadata-Version: 2.4
Name: snek-tui
Version: 0.1.1
Summary: A terminal-based Snake game built with Textual
Project-URL: Homepage, https://github.com/nedned/snek
Project-URL: Repository, https://github.com/nedned/snek
Project-URL: Issues, https://github.com/nedned/snek/issues
Author: Ned Letcher
License: MIT
License-File: LICENSE
Keywords: game,snake,terminal,textual,tui
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Games/Entertainment :: Arcade
Requires-Python: <3.14,>=3.10
Requires-Dist: textual-pyfiglet>=1.1.0
Requires-Dist: textual>=5.0.1
Description-Content-Type: text/markdown

# snek

Snake in the terminal. Built using the [Textual](https://textual.textualize.io) Rapid
Application Development framework.


## Dependencies

* Python 3.10+ (tested on Python 3.10, 3.11, 3.12, 3.13)

## Installation

### From PyPI (recommended)

    pip install snek-tui

### Development

    uv sync
    
## Usage

    snek

### Controls

- **Arrow keys** or **WASD**: Move the snake
- **Space**: Start game / Pause/unpause the game / Restart after game over
- **Enter**: Toggle sidebar visibility
- **Q**: Quit the game
