Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2022-02-09 | display error when something goes wrong with .trivianight load | -2/+2 | ||
2022-02-09 | fix \ with if | -2/+4 | ||
2022-02-09 | remove UserScore | -21/+11 | ||
2022-02-09 | full refactor complete | -3/+18 | ||
structure overhauled, changed stop logic | ||||
2022-02-09 | refactor | -40/+90 | ||
2022-02-09 | Fix bugs after testing and add TODO comments | -6/+33 | ||
2022-02-09 | Fix incorrect variable usage in list comprehension | -1/+1 | ||
This appears to stem from a misunderstanding by me when restructuring the code. | ||||
2022-02-09 | Restructure trivia night game around new Question representation | -295/+179 | ||