Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 518 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 518 Bytes

Find-Computer-Words-Game is a Java project created using NeatBeans

This is a 2 players game where:

  • The user chooses how many rounds will be played
  • The application displays 12 random letters
  • The user has to make a valid word using only the 12 letter without repeating it.
  • Player 2 can not repeat word from player 1
  • By the end of each round the game displays how many points each user got and who is winning
  • When the last round is over, the application displays the winner (player who got more points).