index
:
cantedraw
master
The five card poker game. A simulator written in Common Lisp.
Aryadev Chavali <aryadev@aryadevchavali.com>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2025-02-22
Extract error generation from `player-exists?` to ensure it's an indicator
Aryadev Chavali
2025-02-22
Make card a structure
Aryadev Chavali
2025-02-15
Rework player package to use structures and a hash table
Aryadev Chavali
2025-02-15
Clean up player-{pay,receive}
Aryadev Chavali
2025-02-15
Introduce custom errors for player handling
Aryadev Chavali
2025-02-15
Player handler package
Aryadev Chavali
2025-02-15
Small changes
Aryadev Chavali
2025-02-15
Rework `$` operator to take a capture variable
Aryadev Chavali
2025-02-14
Implement read-and-confirm for extra step before re-deal
Aryadev Chavali
2025-02-14
Rework cantedraw.main:start to run a read-redeal-print-loop
Aryadev Chavali
2025-02-14
Implement a read -> redeal -> print loop
Aryadev Chavali
2025-02-14
Fix problem with alexandria:shuffle not being truly random
Aryadev Chavali
2025-02-14
Rework read-until-valid-integers to work better for redeal inputs
Aryadev Chavali
2025-02-14
Rework card< comparator to make Jokers the top of the hierarchy
Aryadev Chavali
2025-02-14
Implement a package for some game mechanics
Aryadev Chavali
2025-02-14
Split source code into different modules for cleanliness
Aryadev Chavali