Metadata-Version: 2.4
Name: spooky_connect4
Version: 0.3.0
Summary: High-performance connect4 library with arbitrary board sizes
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE.md
Dynamic: license-file

# spooky_connect4

Rust and Python library for the game of Connect4.

## Develop

### Tests

- `fish run_tests.fish`
    - `fish run_python_tests.fish`
    - `fish run_rust_tests.fish`

### Lints

- `fish run_lints.fish`
