You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.