Metadata-Version: 2.4
Name: kitty-maze
Version: 1.1.1
Summary: kitty maze game
Project-URL: Homepage, https://github.com/rchen152/maze
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: kitty-common>=0.5.5
Requires-Dist: kitty-escape>=1.3.1
Requires-Dist: pyrefly==0.40.0
Requires-Dist: pygame>=2.1.2
Provides-Extra: dev
Requires-Dist: flake8; extra == "dev"
Requires-Dist: flake8-pyproject; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Dynamic: license-file

# Kitty Maze

## Launch

`pip install kitty-maze && kitty-maze`

## Controls

* `ctrl-C`: quit current screen
* `F11`: fullscreen

## Gameplay

* Use the arrow keys to move the player character.
* Walk into objects to learn more about them.
* Click on objects to interact with them. Not all objects are interactive.
* The right side bar contains an inventory, a map, and a narration area. Click
  on filled inventory slots to use items.
