たまに Emacs でゲームしますよね。 M-x tetris
とか定番ですが、ゲームボーイで懐しのゲームしたくなる時もありますよね。
ご利用は自己責任で
セットアップ
git clone https://github.com/vreeze/eboy.git
cd eboy
## byte compile
emacs -q -l eboy-macros.el -l eboy-cpu.el -l eboy.el -batch -f batch-byte-compile *.el
ROM をとってくる
gameboy rom tetris とかでぐぐってください
遊び方
emacs -q -l eboy-macros.elc -l eboy-cpu.elc -l eboy.elc
M-x eboy-load-rom
で、 ダウンロードしてきた ROM のファイルを指定すると遊べます
Gameboy | Eboy |
---|---|
Start | Enter |
Select | Space |
B | D |
A | S |
down | k |
up | i |
left | j |
right | l |
