Ryan6578 / Codewords

A LUA script for Codewords on Tabletop Simulator for Steam.
https://ryan6578.com
GNU General Public License v3.0
29 stars 16 forks source link

Codenames Deck Repository #61

Closed Ryan6578 closed 3 years ago

Ryan6578 commented 5 years ago

Create a web application allowing people to upload a .txt file or input words (1 per line) to create a deck. Decks will be curated by appointed administrators. If a deck is declined, it will be kept on record for a player's submission. If a deck is accepted, it will be entered into the repository as an active deck which players may then choose from the game. Upon selection, it will be imported on-the-fly into the game. This allows for a greater selection of decks to choose from.

Accepted decks will be automatically converted into deck sheets by a back-end script and stored on the web server indefinitely.

Implement OpenID authentication so that users may authenticate with Steam. All submissions will be stored under that user's Steam64 ID.