]> git.armaanb.net Git - lightcards.git/history - lightcards/deck.py
Remove CursesError exception
[lightcards.git] / lightcards / deck.py
2021-02-14 Armaan BhojwaniFix sidebar showing wrong side of card
2021-02-12 Armaan BhojwaniFix side output in bar and header
2021-02-12 Armaan BhojwaniChange flip cards option to a view
2021-02-11 Armaan BhojwaniRemove setter and getter methods
2021-02-10 Armaan BhojwaniFix pickle implementation
2021-02-09 Armaan BhojwaniUpdate docstrings
2021-02-09 Armaan BhojwaniChange Card() from extending list to independent
2021-02-09 Armaan BhojwaniMove card flipping methods from Status to Card
2021-02-08 Armaan BhojwaniReformat using Black
2021-01-31 Armaan BhojwaniAdd __init__ functions to the classes
2021-01-31 Armaan BhojwaniAdd comments to code
2021-01-31 Armaan BhojwaniAdd menu at end of stack
2021-01-31 Armaan BhojwaniAdd ability to star cards
2021-01-31 Armaan BhojwaniMove Status class into new file