Metadata-Version: 2.4
Name: lazy-bob
Version: 0.1.0
Summary: A tiny terminal runner where Lazy Bob avoids life's hurdles with one reluctant jump.
Author: Anant
License: MIT
Keywords: game,ascii,terminal,runner,pypi
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console :: Curses
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Games/Entertainment :: Arcade
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Lazy Bob

`Lazy Bob` is a tiny terminal game for people who appreciate low-effort heroics.

Bob is too laid back to run. He only jumps when absolutely necessary.
Your job is to hit `space` just in time so he avoids the next hurdle.

But you see, Bob is a philosopher too. Do not forget to read his takes on life ( known as Bob-isms) as he lazilty jumps through the hurdles of life !

Everything is intentionally bare-bones:

- terminal only
- ASCII only
- one button that matters
- no external dependencies

## Install

```bash
pip install lazy-bob
```

For local development:

```bash
pip install -e .
```

## Run

```bash
lazy-bob
```

## Controls

- `space`: jump
- `r`: restart after a crash
- `q`: quit

## Notes

- The game uses Python's built-in `curses` module, so it works best on macOS and Linux terminals.
- Bob's best score is saved locally in `~/.lazy_bob_score`.

Drop me a line if you like Lazy Bob at anantdhavale@gmail.com.

Copyright for the Lazy Bob character and Bob-isms © Anant Dhavale.
