Remember this? Oc
- Install ncurses:
sudo apt-get install libncurses5-dev libncursesw5-dev
- Compile pong.c:
gcc pong.c -o pong -lncurses
- Run:
./pong
-
It currently runs only in 80x24 mode, So size your terminal accordinly
-
Tapping keys is preferred over holding down keys
-
Control layout:
Controls | Player a | Player b |
---|---|---|
UP | 'w' | 'o' |
DOWN | 's' | 'l' |
QUIT | 'q' | 'q' |
- Bare bones
- Scorekeeping bar
- Scorekeeping mechanic
- Terminal size compatibility
- Install instructions
- Level system