diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-03-14 06:43:53 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-03-15 02:50:57 +0100 |
commit | 69584a302d132dc2bcc3837437e7347a3e0a5114 (patch) | |
tree | fae29ea706451e91a0dee99200fa661b78de3517 /README.md | |
parent | 9671dd79163e654f61896ec4f61142a71c2f82c0 (diff) |
feat: players can teleport
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..99ae3c7 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# agame + +## run locally (single player) + +```console +cargo run +``` + +## controls + +- **left mouse** teleport |