othello / README.md
phihung's picture
chore: Add huggingface deployment
8a25292
---
title: Othello
emoji: 🐢
colorFrom: purple
colorTo: blue
sdk: docker
pinned: false
license: apache-2.0
app_port: 5001
---
# Othello Game
Othello Game implemented in Rust and python.
```bash
pip install .
othello-ui
```
## Dev
```bash
uv sync
maturin develop
python python/othello/ui.py
```