Skip to content

Latest commit

 

History

History
50 lines (26 loc) · 1.5 KB

command_line_fun.md

File metadata and controls

50 lines (26 loc) · 1.5 KB

CLI fun

Games to play and to build with bash

Command Line Heroes: bash

An excellent game where you have to type as fast you can, as many commands you know. Ready for the challenge? Command Line Heroes: BASH

Bashcrawl

A Bash-based dungeon crawl you play by learning and using Bash commands. Bashcrawl

Terminus

Terminus: A text adventure game to promote learning about terminal command-line interfaces Terminus

The Command-Line Murders

There's been a murder in Terminal City, and TCPD needs your help. You are a detective to solve a mystery case by following the given instructions in the game. The Command-Line Murders

Build with Bash Minesweeper game

The nostalgia of classic games can be a great source for mastering programming. Deep dive into Bash with Minesweeper. Build Minesweeper game

CLI commands which are just cool

Check weather

Local weather:

curl wttr.in

Weather in some location:

curl wttr.in/New_York

Watch ASCII Star Wars in the Terminal

For macOS Sierra and later:

nc towel.blinkenlights.nl 23

For macOS versions earlier than Sierra:

telnet towel.blinkenlights.nl

Let your mac speak with you

say sometext