Guess the Number in Java

Employer
[no-member:pro]Anton[/no-member:pro]Anton
Project parameters
Type of cooperationOne-time project
SectionWeb development
Prepaymentwithout prepayment
Payment methodsBank transfer
Acceptance of requestsclosed
Project description
You need to write a simple game guess the number with a graphical interface and client-server. The game must have oop principles such as encapsulation, abstraction, polymorphism, inheritance. So that you can play as 2 players and a player with a computer. There should be a Run class that runs the game. The abstract class is Player, Class Human and Computer, which are inherited from Player. Game class. A separate class with GUI and server and client.