Skip to content

Commit

Permalink
Added comments to explain what needs to be implemented still in the c…
Browse files Browse the repository at this point in the history
…lass
  • Loading branch information
andy-tieu committed Aug 5, 2024
1 parent adeb6f9 commit 31171c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/uta/cse3310/Round.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
package uta.cse3310;

import java.time.LocalDateTime;
// Need to implement functions that choose random words from filtered_words.txt and also
// checks with user guesses (may be implemented here or in Gameplay.java if better choice)

// Also need to have a way the wheel occurs whenever a valid event happens for it to occur
// example: user guesses a correct character, then they get a wheel spin

public class Round {

Expand Down

0 comments on commit 31171c1

Please sign in to comment.