From 21bee8b6cf1d7f7543d38d3b4bc80929e1e6b94a Mon Sep 17 00:00:00 2001 From: Nguyen Tuan Hai <37285408+n-tuanhai@users.noreply.github.com> Date: Sat, 4 May 2019 22:11:37 +0700 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fa4acc7..f0c165d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ # Space-Rhythm -Java midterm project +A small bullet hell game demo/showcase written in java. +Made by [@gianghermitage](https://github.com/gianghermitage) and [@n-tuanhai](https://github.com/n-tuanhai). +# Note: +1. Source code can be found in [Space Rhythm Project folder](https://github.com/gianghermitage/Space-Rhythm/tree/master/Space%20Rhythm%20Project). +2. Play the game by running ``Space Rhythm Final.jar``. If the game does not run for you, run it through the command line using: +``java -jar "Space Rhythm Final.jar"``