Skip to content

Commit 27b6df4

Browse files
committed
Updated readme
1 parent 5e620fb commit 27b6df4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

71_Poker/python/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ Original source downloaded [from Vintage Basic](http://www.vintage-basic.net/gam
22

33
Conversion to [Python](https://www.python.org/about/)
44

5+
---
56

6-
## Known BASIC bugs — fixed
7+
#### Known BASIC bugs — fixed
78

89
- **Tie tack unreachable (line 3970):** The condition
910
`IF O/3<>INT(O/3) THEN 4090` is logically inverted. It checks if the
@@ -12,7 +13,7 @@ Conversion to [Python](https://www.python.org/about/)
1213
even if the player still owns it. The Python port fixes this to restore
1314
the original intended experience where both assets can be sold.
1415

15-
## Known BASIC bugs/quirks — kept faithful
16+
#### Known BASIC bugs/quirks — kept faithful
1617

1718
- **$50 buy-back materialises from nowhere (lines 3570/3640):**
1819
When the player buys back a pawned item, `C=C+50` adds $50 to the

0 commit comments

Comments
 (0)