Pong game on terminal!
- use
a,dkeys to move bat left and right respectively. - use
pkey to pause the game. - use
qorctrl+cto exit the game.
Install the prerequisites
$ sudo apt install libncurses5-dev libncusesw5-dev build-essentialClone the repo
$ git clone https://github.com/saurabhsingh99100/TermPong.gitRun make
$ cd TermPong && makeRun the executable
$ ./bin/TermPongThat' s it, Have fun!
