# Kittens Analyzer

Analyze your current Kittens Game state and view useful derived information directly in-game.

## Included Files

- `kittens_analyzer.min.js`  
  Minified version for normal use. This is the recommended file for distribution and everyday use.

- `kittens_analyzer.js`  
  Unminified version with preserved readability. Intended for code review, modification, and reference.

## Usage

1. Install this script in a userscript manager or another browser extension that can run custom JavaScript.
2. Open Kittens Game.
3. After the game has finished loading, click the **Analyze** button in the upper-right area of the screen.
4. A new window will open and display useful calculated information based on your current game state.
5. Click the gear icon to hide any information you do not need.
6. You can drag the top of the window to move it, and drag the bottom to resize it.

## Recommended File

In most cases, use `kittens_analyzer.min.js`.  
If you want to inspect the code or modify it yourself, use `kittens_analyzer.js`.

## Notes

- This script may stop working if a future Kittens Game update changes its UI class names or internal implementation.
- Tooltip behavior may conflict with other scripts that modify the UI.
- This is an unofficial extension. Use it at your own risk.

## License

MIT License. See `LICENSE` for details.
