# Kittens Number Notation

This extension script for adds alternative number notations to Kittens Game, including Engineering, Standard, Mixed, Letters, and Alphabetic formats.

## Included Files

- `kittens_number_notation.min.js`
  Minified version for normal use. Use this file for distribution.

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

## Usage

1. Install this script in a userscript manager or in a browser extension that can run custom JavaScript.
2. Open Kittens Game.
3. Go to Options and select your preferred number notation under Notation.

## Recommended File

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

## Notes

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

## License

MIT License. See `LICENSE` for details.
