mirror of
https://github.com/chubin/awesome-console-services
synced 2024-11-15 00:07:09 +00:00
Add games
This commit is contained in:
parent
76a18f6dc4
commit
f38fa45143
1 changed files with 9 additions and 4 deletions
13
README.md
13
README.md
|
@ -110,7 +110,6 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya
|
|||
## Tools
|
||||
|
||||
* `curl qrenco.de/STRING` or `echo STRING | curl -F-=\<- qrenco.de` — create QR-code for a string ([chubin/qrenco.de](https://github.com/chubin/qrenco.de))
|
||||
* `curl https://mcthomas.github.io/dice/ -s | grep -zoP '(?s)<script.*</script>' | sed -e '1d;$d' -e 's/document.write/console.log/' | node | sed -e 's/<\/*font[^>]*>//g'` - Dice roll ([on macOS, use grep version from brew](https://apple.stackexchange.com/questions/193288/how-to-install-and-use-gnu-grep-in-macos)) ([mcthomas/JS-Dice-Roller](https://github.com/mcthomas/JS-Dice-Roller))
|
||||
|
||||
## Monitoring
|
||||
|
||||
|
@ -125,8 +124,8 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya
|
|||
## News
|
||||
|
||||
* `curl getnews.tech/world+cup` — fetch the latest news
|
||||
* `gopher txtn.ws`
|
||||
* `ssh redditbox.us` — Reddit in terminal (ssh + text browser)
|
||||
* `curl wrk.ist` — fetch the latest remote jobs / gigs on the IT market
|
||||
|
||||
## Information boards
|
||||
|
||||
|
@ -158,6 +157,7 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya
|
|||
* `curl pseudorandom.name` — generate a pseudo random (American?) name ([treyhunner/pseudorandom.name](https://github.com/treyhunner/pseudorandom.name))
|
||||
* `curl -s https://uinames.com/api/?region=france\&amount=25 | jq '.[] | .name +" " + .surname'` — generate 25 random french names
|
||||
* `curl https://icanhazdadjoke.com` — random jokes
|
||||
* `curl givemeguid.com` - guid
|
||||
|
||||
## Entertainment and Games
|
||||
|
||||
|
@ -177,6 +177,12 @@ Telnet/SSH-based:
|
|||
* `ssh nethack@alt.org` — a fun roguelike game
|
||||
* `ssh play@anonymine-demo.oskog97.com -p 2222` — guess free minesweeper; Pass: play
|
||||
* `ssh twenex@sdf.org` — play various games including checkers
|
||||
* `ssh intricacy@sshgames.thegonz.net` - Competitive puzzle; password: intricacy
|
||||
* `ssh simulchess@sshgames.thegonz.net` - Multiplayer Chess; password: simulchess
|
||||
* `ssh pacman:pacman@antimirov.net` - Pacman; password: pacman
|
||||
* `ssh lagrogue@sshgames.thegonz.net` - Roguelike; password: lag
|
||||
* `ssh ckhet@sshgames.thegonz.net` - Khet; password: ckhet
|
||||
* `telnet darkrealms.ca` - RPG
|
||||
* `telnet freechess.org` — Chess Game
|
||||
* `telnet milek7.gq` — games: Pong, Break out, Tetris
|
||||
* `telnet aardmud.org` — MUD
|
||||
|
@ -185,10 +191,9 @@ Telnet/SSH-based:
|
|||
|
||||
## Scripts
|
||||
|
||||
Useful scripts, that can be run with just one line of code, but where, still local execution is necessary.
|
||||
Useful scripts, that can be run with just one line of code, but where, still local still execution is necessary.
|
||||
|
||||
* `curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | python -`
|
||||
* `curl https://mcthomas.github.io/dice/dice.txt 2>/dev/null | bash` - roll the dice!
|
||||
|
||||
## Clients
|
||||
|
||||
|
|
Loading…
Reference in a new issue