Skip to content

Latest commit

 

History

History
47 lines (25 loc) · 579 Bytes

README.md

File metadata and controls

47 lines (25 loc) · 579 Bytes

TermPong

Pong game on terminal!

TermPong

Instuctions

  • use a, d keys to move bat left and right respectively.
  • use p key to pause the game.
  • use q or ctrl+c to exit the game.

Getting Started

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!