From 5cad5277590a774068912b94f7176b1e96f8bb15 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Sun, 7 Mar 2021 19:30:30 +0100 Subject: [PATCH] Update readme --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3292c26..5d58602 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,17 @@ +## Controls + +- WASD: walk +- Mouse: look +- Space: jump +- Left Click: shoot (unfinished) + +## How to run + +1. [Install Rust](https://www.rust-lang.org/tools/install) +2. Execute `cargo run` + ## License Code is licensed under [AGPL](LICENSE). -Textures are made by Paul Marshall (aka Kpax), provided under Creative Commons Public License ([Download Link](https://ioquake3.org/extras/replacement_content/)). \ No newline at end of file +Textures are made by Paul Marshall (aka Kpax), provided under Creative Commons Public License ([Download Link](https://ioquake3.org/extras/replacement_content/)).