Metadata-Version: 2.4
Name: falltime
Version: 0.1.0
Summary: FallTime: (short description)
Author: Your Name
Project-URL: Homepage, https://github.com/<you>/FallTime
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# FallTime
Siege Week 8 Project: Falltime!

A terminal-based project where you have to fall while avoiding obstacles!

It's time for ANOTHER
![S](https://img.shields.io/badge/S-blue?style=for-the-badge)
![i](https://img.shields.io/badge/i-red?style=for-the-badge)
![e](https://img.shields.io/badge/e-orange?style=for-the-badge)
![g](https://img.shields.io/badge/g-yellow?style=for-the-badge)
![e](https://img.shields.io/badge/e-green?style=for-the-badge)
Project!

How to play/run:

1. **Clone or copy the project**  
   Save both `dropper.py` and `levels.py` in the same folder.

2. **Run the game**
   ```bash
   python dropper.py


Or use the pypi release! Just run pypi install falltime 

__________________________________________________________________________
DEMO:
![Demo](assets/demovid.gif)
__________________________________________________________________________

Tech Stack:
**Python 3** | Core programming language
**curses** | Terminal rendering, keyboard input, and animation control 
**time / random** | Used for timing, frame updates, and generating random gaps 

<details><summary>whats here?</summary>
There may be a few secrets~
</details>
