Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PONG

Classic two-player Pong in the terminal, written in C with ncurses.

Dependencies

  • ncurses
  • cdk (Curses Development Kit — used for the menu)

Install on Debian/Ubuntu:

sudo apt install libncurses-dev libcdk5-dev

Install on Arch:

sudo pacman -S ncurses cdk

Install on macOS (Homebrew):

brew install ncurses cdk

Build

make

Run

./pong

Controls

Action Player 1 Player 2
Move up W
Move down S

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages