Metadata-Version: 2.1
Name: kitty-maze
Version: 1.0.2
Summary: kitty maze game
Home-page: https://github.com/rchen152/maze
License: UNKNOWN
Platform: UNKNOWN
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

# 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.


