justlucdewit / pong

terminal based pong game made in nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pong

A pong game that runs inside your terminal!

installation

git clone https://github.com/justlucdewit/pong
cd pong
npm install
npm link

usage

Run pong in your terminal, and enjoy! Use pong -m for multiplayer (one player uses ws controlls and the otherone uses the arrow keys)

About

terminal based pong game made in nodejs


Languages

Language:TypeScript 98.6%Language:JavaScript 1.4%