Commit Graph

12 Commits

Author SHA1 Message Date
3dfbb247da Change guess update logic 2022-10-25 19:23:54 -05:00
f4bd33b4d5 Fix linting on Game
Also default guess value to 0
2022-10-24 20:53:51 -05:00
57a808f19d Create lint log 2022-10-24 20:05:21 -05:00
b32d76bf16 The decorator should be outside of the class 2022-10-24 20:02:26 -05:00
07ecd2248c Format with Black 2022-10-24 20:00:39 -05:00
1845e42488 Use the with statement on the game class
This is because the class is a context manager / state machine
2022-10-24 19:55:50 -05:00
7101db5394 We'll be fine with one database connection, and don't have to repeat ourselves 2022-10-24 19:13:34 -05:00
311dcac071 Fix import paths 2022-10-03 20:08:27 -05:00
2cc664dd06 Fix class identification for ide 2022-10-03 19:47:55 -05:00
348ae34dd3 Add !points command
Trying to parse this "PointsService"... wtf is even going on there
2022-10-03 19:41:02 -05:00
305dda222f Add !guess command 2022-10-03 19:33:15 -05:00
65192ab2c2 Begin adding game logic 2022-09-23 21:41:03 -05:00