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.
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.