From 4863444dae20a77f39a750ae8a6ab16c63c4394b Mon Sep 17 00:00:00 2001 From: PreacherDHM Date: Thu, 12 Mar 2026 11:43:01 -0700 Subject: [PATCH] updated readme --- README.md | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 50 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87fdea1..03c5844 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,50 @@ -# sshGameServer -This is a test +# Skevity + +░█▀▀░█░█░█▀▀░█░█░█▀▀░▀█▀░▀█▀░█░█░ +░▀▀█░█▀▄░█▀▀░▀▄▀░█▀▀░░█░░░█░░░█░░ +░▀▀▀░▀░▀░▀▀▀░░▀░░▀▀▀░░▀░░░▀░░░▀░░ + +This is a ssh game that is a rogue like extraction. So the point it to get loot, +get out, upgrade, dont die. + +--- + +# Keybinds +## Movement +The movement uses vim bindings. +- up: 'k' +- down: 'j' +- left: 'l' +- right: 'h' +- sprint: 'SHIFT' +- hide: 'CRL+h' + +--- + +## Help +This is for finding what is what + +- search simble: '/' +- list commands: '?' +- list of objects on screen: '\' + +--- + +## Actions +These are the actions that the player can do. +- Primary Attack: 'a' +- Secondary Attack: 's' +- Utility: 'd' +- Invetory: 'i' +- Interact: 'e' +- Search: 'g' +- Conferm 'ENTER' +- Command Prompt: ':' + +--- +--- + + + + +---