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
{{ message }}
This repository was archived by the owner on Nov 5, 2023. It is now read-only.
- Score color change effect according to game score change
48
-
- Write [test code](https://github.com/Clean-Code-Team/Invaders/blob/develop/test/scoreColorTest.java) and complete unit tests for ```scoreColor``` method<br><br>
48
+
- Write [test code](https://github.com/Clean-Code-Team/Invaders/blob/main/test/scoreColorTest.java) and complete unit tests for ```scoreColor``` method<br><br>
- Create a flickering effect like a classic arcade screen<br>
52
52
(Applies to the Start screen and High Scores screen,<br>
53
53
other teams applied it to other screens as well.)
54
54
- Add an effect so that the Game Over screen gradually appears
55
-
- Write [test code](https://github.com/Clean-Code-Team/Invaders/blob/develop/test/slowlyChangingColorsTest.java) and complete unit tests for ```blinkingColor``` method <br>
55
+
- Write [test code](https://github.com/Clean-Code-Team/Invaders/blob/main/test/slowlyChangingColorsTest.java) and complete unit tests for ```blinkingColor``` method <br>
56
56
and ```slowlyChangingColors``` method<br>
57
-
(The test code for the ```blinkingColor``` method can be found [here](https://github.com/Clean-Code-Team/Invaders/blob/develop/test/scoreColorTest.java).)
57
+
(The test code for the ```blinkingColor``` method can be found [here](https://github.com/Clean-Code-Team/Invaders/blob/main/test/scoreColorTest.java).)
0 commit comments