Skip to content

saursin/TermPong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!