From 3e27587aa23b27fbc51764ddb3690cbd466dc718 Mon Sep 17 00:00:00 2001 From: brausjonas <47791011+jonasbraus@users.noreply.github.com> Date: Tue, 18 Oct 2022 00:02:12 +0200 Subject: [PATCH] Create README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..19b5364 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +A jump and run game for android + +Source code available under: https://github.com/jonasbraus/NinJump-Unity/tree/main/NinJump/Assets/Scripts + +1. Download the apk file and install it on your android device: + +https://github.com/jonasbraus/NinJump-Unity/releases/download/1.0/NinJump.apk + +2. At the moment there is only level 1 available (other levels will be empty) + +3. Have fun and play + +![Screenshot_20221017-235812_NinJump](https://user-images.githubusercontent.com/47791011/196292079-02634389-d989-47b3-bcb4-c597c2b74060.jpg)