Wordle game (#206)

* Wordle

* added words

* removed print

* fixed invisible guess bug; made input look better

* sneed

Co-authored-by: Aevann1 <59999695+Aevann1@users.noreply.github.com>
This commit is contained in:
BuckFromRdrama 2022-02-13 20:39:48 -05:00 committed by GitHub
parent 334c0114e1
commit 23fbca2223
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 118 additions and 6 deletions

View file

@ -45,6 +45,7 @@ class Comment(Base):
ban_reason = Column(String)
slots_result = Column(String)
blackjack_result = Column(String)
wordle_result = Column(String)
treasure_amount = Column(String)
oauth_app = relationship("OauthApp", viewonly=True)