A pong game that runs inside your terminal!
git clone https://github.com/justlucdewit/pong
cd pong
npm install
npm link
Run pong
in your terminal, and enjoy!
Use pong -m
for multiplayer (one player uses ws controlls and the otherone uses the arrow keys)