2024-04-19 15:27:08 +00:00
|
|
|
---
|
|
|
|
title: "bash games"
|
|
|
|
tags: [ "Documentation", "Games" ]
|
|
|
|
---
|
2024-02-27 17:47:53 +00:00
|
|
|
|
|
|
|
Games are a great way to learn bash.
|
|
|
|
|
2024-04-19 15:27:08 +00:00
|
|
|
- `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`.
|