Classic two-player Pong in the terminal, written in C with ncurses.
ncursescdk(Curses Development Kit — used for the menu)
Install on Debian/Ubuntu:
sudo apt install libncurses-dev libcdk5-devInstall on Arch:
sudo pacman -S ncurses cdkInstall on macOS (Homebrew):
brew install ncurses cdkmake./pong| Action | Player 1 | Player 2 |
|---|---|---|
| Move up | W |
↑ |
| Move down | S |
↓ |