50 lines
1.1 KiB
Markdown
50 lines
1.1 KiB
Markdown
```bash
|
|
░█▀▀░█░█░█▀▀░█░█░█▀▀░▀█▀░▀█▀░█░█░
|
|
░▀▀█░█▀▄░█▀▀░▀▄▀░█▀▀░░█░░░█░░░█░░
|
|
░▀▀▀░▀░▀░▀▀▀░░▀░░▀▀▀░░▀░░░▀░░░▀░░
|
|
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: ':'
|
|
|
|
---
|
|
---
|
|
|
|
|
|
|
|
|
|
---
|