Metadata-Version: 2.4
Name: pg-backgammon
Version: 0.1.1
Summary: Backgammon game
Author: Saito Tsutomu
Author-email: Saito Tsutomu <tsutomu7@hotmail.co.jp>
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Requires-Dist: multiset>=3.2.0
Requires-Dist: pygame-ce>=2.5.7
Requires-Python: >=3.14
Project-URL: homepage, https://github.com/SaitoTsutomu/pg-backgammon
Description-Content-Type: text/markdown

# Backgammon

A simple backgammon game implemented in Pygame-ce.

## Usage

Start the game from the command line:

```bash
uv run -w pg_backgammon backgammon
```
