diff --git a/basics/games.md b/basics/games.md index b4a34f3..c0b3c64 100644 --- a/basics/games.md +++ b/basics/games.md @@ -1,4 +1,11 @@ +--- +title: "bash games" +tags: [ "Documentation", "Games" ] +--- Games are a great way to learn bash. -- [Over the Wire](https://overthewire.org/wargames) +- `mapscii.me` is an interactive terminal map. + 1. Install telnet. + 1. `telnet mapscii.me` +- [Over the Wire](https://overthewire.org/wargames) teaches bash with small challenging you can do over `ssh`.