-
Notifications
You must be signed in to change notification settings - Fork 1
Sprint 8
Gaëtan Schwartz (@gaetschwartz)
This sprint I worked on adding support for multile games, helped quite a lot different members of the team, as well as fixed some major flaws in tests.
Adam Narozniak (@adam-narozniak) (Scrum Master)
During this sprint, I was working on the play again button functionality = resetting the state of the game while leaving some information. I also applied a few changes requested in the previous sprint. Next sprint I think I'll be working on the functionality to display the remaining time in case of a game that is time-limited.
Silvio Müller (@aladin6060)
Bhargav Venugopal (@bhvrgav)
Leonardo Pennino (@leonardopennino)
This sprint I coordinated the creation of the required feature (TicTacToe Game) and implemented the working TTT game which is easy to use in fragments and to unit test. Also I already created the concept of an abstract opponent within the TTT game class so implementing a 2 player TTT on same device will be very trivial and will probably be done next sprint. Last thing needed to do is to connect it with firebase.
Jinglun Pan (@panadax)
For this sprint, I implemented the basic UI design of the new game "Tic Tac Toe" as a new requirement (PR #104). I actually spent a lot of time learning about Android UI design, which made my UI design better this time. The next sprint, I plan to fix the bug proposed by @Gaëtan and try to integrate with backend.