LoginSignup
2
2

More than 3 years have passed since last update.

teratermで2048を遊ぶ

Posted at

teratermなどのターミナルソフトを使うときは限られています。ネットワークなりサーバーなりいじる人ぐらいしか使いません。
暇なときはあります。ビルド、デプロイ、コンフィグリストア、例を挙げればでるわでるわ。

そういう時はターミナルソフトで遊びたくなります。そんなわけで2048をsshで飛ばせるようにしました。

play.gif

thanks!

使い方

ローカルで動かす場合

git clone https://github.com/misogihagi/node-ssh-2048.git
npm i
node 2048

そして
localhostにでてきたポートにsshしてください

デモ

de.gif

おまけ

実は類似のサービスがあります。
play@ascii.town

他にもターミナルで遊べそうなものがあれば教えてください

おまけのおまけ

2048RTA
https://github.com/misogihagi/node-ssh-2048/blob/master/rta.gif?raw=true

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2