Skip to content
Snippets Groups Projects
Commit 6d3d2361 authored by qingyuw2's avatar qingyuw2
Browse files

Add README.md

parent e9dfa9b0
Branches master
No related tags found
No related merge requests found
# Uno Game
A socket based uno game writing in java.
# Setup
Install java
```
sudo apt install default-jdk
```
# How to play
Start a server by
```
java startGame
```
and follow the prompt
Then start as many client as you want as players in Client folder
```
java Client
```
Follow the prompt to enter the port number of the server to join the same room as other players. Then enjoy playing uno!
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment