Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: issue 21 #22

Merged
merged 2 commits into from
May 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions readMe.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Requirements



Having a Player class - an instance of this class with that can communicate with other Player(s) (other instances of this class)

The use case for this task is as bellow:
Expand All @@ -23,7 +21,6 @@ Please focus on design and not on technology, the technology should be the simpl

The focus of the exercise is to deliver the cleanest and clearest design that you can achieve (and the system has to be functional).


# Classes description
1-5 requirements

Expand Down Expand Up @@ -64,6 +61,8 @@ To run the code run:
java -jar target/360T-1.0-SNAPSHOT.jar
```



# Results
```
[Initiator] player send message [Initial message].
Expand Down
Loading