From 6d3d2361400eec1ee8cc1079480a77745b53194c Mon Sep 17 00:00:00 2001 From: qingyuw2 <qingyuw2@illinois.edu> Date: Sun, 27 Sep 2020 18:32:11 -0500 Subject: [PATCH] Add README.md --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e209dc8 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# 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 -- GitLab