Pong game on terminal!
- use
a
,d
keys to move bat left and right respectively. - use
p
key to pause the game. - use
q
orctrl+c
to exit the game.
Install the prerequisites
$ sudo apt install libncurses5-dev libncusesw5-dev build-essential
Clone the repo
$ git clone https://github.com/saurabhsingh99100/TermPong.git
Run make
$ cd TermPong && make
Run the executable
$ ./bin/TermPong
That' s it, Have fun!