From 2ab863d88fb7fb17be3a6131988d6428bfec71bd Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Fri, 19 Apr 2024 17:27:08 +0200 Subject: [PATCH] more games --- basics/games.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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`.