3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

長門有希との通信プログラムを再現してみた

Posted at

背景

それは何年も前の話。
いつだったか、会社の寮で休日に何もやることがなくて本当に暇だった。
外は雨が降っていた。
外出する気にもならなかった。

本当に暇だったのでアニメを見て時間を潰すことにした。
そのアニメを見ていたら、なんか、こう、「コレ作ってみたい」って思ったんだ。
そのまま勢いで作り上げてしまった。

ダウンロード

GitHubからどうぞ

動作環境

たぶん、どの環境でも動くと思うけど、当時はUbuntu(14.04)で作ってたので動作保証はその環境。

仮想コンソール画面(Ctrl+Alt+F3など)で起動する場合は日本語が文字化けるため、jfbtermなどをインストール、起動する。

apt-get install jfbterm
jfbterm -q

ビルド

gccが必要。makeが実行できるなら

make

実行

ターミナルから実行する。
poweroffコマンドを実行できる権限があるとOSごとシャットダウンするので注意

./yuuutsu
3
1
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
3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?