-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4c5e028
commit de83d4e
Showing
5 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
Binary file added
BIN
+2.57 KB
src/main/java/uta/cse3310/backEndFunctionalityExamples/HttpServer.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
15 changes: 15 additions & 0 deletions
15
src/main/java/uta/cse3310/backEndFunctionalityExamples/Tasks.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
List of known bugs as of 4/3: | ||
|
||
|
||
|
||
Samriddha Kharel | ||
Endrit Smajli | ||
|
||
TODO LIST: | ||
--> populate scoreBoard with colors (based on index?); | ||
--> possible implement char[][] array with w,r,g,b for coloring. | ||
when highlighting a single cell, this is done w/o modifying array. | ||
|
||
when user clicks the second letter, the game checks the word. | ||
if word is correct. the game updates the color array, and broadcasts. | ||
if word is incorrect, the game ignores, and broadcasts anyway. |
Binary file added
BIN
+408 Bytes
src/main/java/uta/cse3310/backEndFunctionalityExamples/UserMsg.class
Binary file not shown.