Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 417 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 417 Bytes

CLI Game

Run From Docker

docker build . -t rain
docker run -it rain

See HOW_TO_PLAY.md for how to play.


N.A.Q. (never asked questions)

VSCode terminal users: If rendering is slow try the following settings in your settings.json.

"terminal.integrated.allowChords": false,
"terminal.integratedexperimentalLinkProvider": false,
"terminal.integrated.rendererType": "experimentalWebgl"