Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-02-14 | Add a package for modelling cards | Aryadev Chavali | |
Time to do the fun non-yakshaving part. I'll start out by writing some custom types for the objects of concern: ranks, suits, cards and sets of cards. | |||
2025-02-14 | Prefix all packages with `cantedraw` | Aryadev Chavali | |
This is mostly a sanity check in-case anyone else decides to load this system for use in their own package - don't want to conflict with their names. | |||
2025-02-14 | cantedraw.lisp -> main.lisp | Aryadev Chavali | |
2025-02-14 | Remove dependency on deploy - use ASDF's program-op instead | Aryadev Chavali | |
2025-02-11 | odraw -> cantedraw | Aryadev Chavali | |
Why name it something unique when this is what I'm going to be making at the end of it all? Just makes it more confusing for the end user. |