davidcr01 / WordlePlus

Repository to store all the documentation, files and structure of my Final Degree Project (TFG in Spanish). The main goal is to develop, as full-stack web developer, a remodel of the Wordle game, including more features and functionalities using Ionic, Django REST Api and PostgreSQL.
1 stars 0 forks source link

Tournament logic added #63

Closed davidcr01 closed 1 year ago

davidcr01 commented 1 year ago

Description

Closes: #49 This PR aims to add the logic of the player's joining into a tournament, the automatic creation of rounds and games, and the automatic creation of the next round when all the games are completed. Besides, the view and logic to play the tournament games have been added, as well as listing the tournaments the player has joined.