Metadata-Version: 2.3
Name: carox
Version: 0.1.dev2
Summary: Caro game build with python
Author: Le Ngoc Tu
Author-email: Le Ngoc Tu <tuleaibk@gmail.com>
License: MIT
Requires-Dist: pygame>=2.6.1
Requires-Dist: typer>=0.27.1
Requires-Python: >=3.12, <3.14
Project-URL: Homepage, https://github.com/TuLe142857/carox
Project-URL: Documentation, https://github.com/TuLe142857/carox
Project-URL: Repository, https://github.com/TuLe142857/carox
Description-Content-Type: text/markdown

# Carox

A command-line Caro game built with Python.

## Requirements

Python 3.12 or 3.13 is required. `pygame` does not currently support Python 3.14.

## Run

```shell
uvx --python 3.12 carox
```
