Michael Adams
|
a9666cccc4
|
Acey Ducey fixes for #869
|
2023-08-05 15:42:33 -07:00 |
|
Martin Thoma
|
e17388d072
|
Use NamedTuple; Fix camelCase->snake_case
|
2022-04-02 11:22:40 +02:00 |
|
Martin Thoma
|
ae0b6a5015
|
BUG: Hangman (Python) had a List-vs-Str comparison
MAINT: Add type annotations to find such issues
|
2022-03-31 10:33:11 +02:00 |
|
Martin Thoma
|
84bb11eec4
|
Restore acey_ducey_oo.py
See https://github.com/coding-horror/basic-computer-games/pull/689#pullrequestreview-925162345
|
2022-03-30 08:24:18 +02:00 |
|
Martin Thoma
|
17a75813b1
|
Remove tests and alternative Python implementations
Ad discussed here:
https://github.com/coding-horror/basic-computer-games/issues/548#issuecomment-1081008471
|
2022-03-29 07:02:10 +02:00 |
|
Martin Thoma
|
373e5a1868
|
Acey Ducey (Python): Code Cleanup (#667)
|
2022-03-21 11:03:21 +01:00 |
|
Martin Thoma
|
619d9e5253
|
Acey Ducey (Python): Add unit tests
The unit tests can be executed via:
$ pip install pytest
$ pytest .
Also a few more type annotations
|
2022-03-09 07:32:30 +01:00 |
|
Martin Thoma
|
8cf8bab742
|
MAINT: Add type annotations / use functions
|
2022-03-07 22:00:41 +01:00 |
|
Martin Thoma
|
e64fb6795c
|
MAINT: Apply pre-commit
Remove byte-order-marker pre-commit check as there would be
many adjustments necessary
|
2022-03-05 09:29:23 +01:00 |
|
Bill Cruise
|
d88d3b2987
|
Fixed bug in acey-ducey range.
|
2022-01-07 15:48:09 -05:00 |
|
aviyam
|
5e8b3b2ad2
|
Fixed 2 issues:
1. Behavior of game play. New cards should be dealt every round.
2. As a result of 1, check that we have at least 3 cards for next round.
|
2022-01-03 12:42:36 +02:00 |
|
aviyam
|
daea544c5f
|
AceyDucey in python, OO implementation.
More verbose then original game with a 'what would have happened' addition.
|
2022-01-02 17:14:56 +02:00 |
|