Dark Chat is a Java group chat program with a variety of fun features!
-
Initialize a new chat room by entering
+when prompted -
Join an existing chat room by providing an access code to the chat room when prompted
-
Whisper to only specified users within a chat room by typing a message in the terminal following this format:
psst/<user1 user2 user3 ...>/<whisper message>For example:
psst/Amy Vicki John/this is a secret! -
Send a message to all users in the chat room by typing message in the terminal followed by enter
More features coming soon
- Make sure that Java 10 is installed on your local machine
- Clone the DarkChat repository onto your local machine
- Open the project using a Java IDE
- Make sure that the src directory is set as the Source Root
- Build the project
- Run DarkServer and make sure that
darkchat server is running ...appears in your IDE terminal - Run DarkClient to connect a client to the Dark Chat server
- Follow the prompts that appear on your IDE terminal for further setup