Skip to content

Commit 944e41c

Browse files
Avo-kclaude
andcommitted
Use absolute URLs for README images (fixes PyPI rendering)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 14d7819 commit 944e41c

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="images/colver.png" alt="Colver Logo" width="200">
2+
<img src="https://raw.githubusercontent.com/Avo-k/colver/master/images/colver.png" alt="Colver Logo" width="200">
33
</p>
44

55
# Colver
@@ -35,25 +35,25 @@ The interface has four tabs:
3535

3636
Play as South against AI opponents. Choose the agent for your opponents (East/West) and your partner (North) independently — DouDou, Smart IS-MCTS, Naive IS-MCTS, or Oracle. The game follows official FFB Belote Contree rules: bidding with coinche/surcoinche, then 8 tricks. Playable cards are raised, illegal cards are greyed out. The last trick is shown with points and winner.
3737

38-
![Play tab](images/screenshots/tab-play.png)
38+
![Play tab](https://raw.githubusercontent.com/Avo-k/colver/master/images/screenshots/tab-play.png)
3939

4040
### Watch
4141

4242
Spectate AI vs AI matches with all hands visible. Assign a different agent to each of the 4 seats (including Heuristic and Random). Step through actions one by one, play full tricks, or use auto-play with adjustable speed. The stats panel shows MCTS visit counts and Q-values for each decision, with full bidding and trick history.
4343

44-
![Watch tab](images/screenshots/tab-watch.png)
44+
![Watch tab](https://raw.githubusercontent.com/Avo-k/colver/master/images/screenshots/tab-watch.png)
4545

4646
### Analysis
4747

4848
Set up a custom position by dragging cards into 4 player drop zones, or generate a random deal. Configure the contract (trump suit, value, declaring team), then run IS-MCTS analysis to find the best move and action rankings for the current player.
4949

50-
![Analysis tab](images/screenshots/tab-analysis.png)
50+
![Analysis tab](https://raw.githubusercontent.com/Avo-k/colver/master/images/screenshots/tab-analysis.png)
5151

5252
### Docs
5353

5454
In-app documentation describing the game modes and each AI agent in detail.
5555

56-
![Docs tab](images/screenshots/tab-docs.png)
56+
![Docs tab](https://raw.githubusercontent.com/Avo-k/colver/master/images/screenshots/tab-docs.png)
5757

5858
## Build & Run
5959

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "colver"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "Fast Belote Contree game engine with AI agents"
55
readme = "README.md"
66
license = { text = "WTFPL" }

0 commit comments

Comments
 (0)