brimonk / pong

The game of pong, written in C, using ncurses for 'gfx'

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Literally Terminal Pong

I got bored, and I decided to write pong.

Build and Play Instructions

make (clean)
pong

How To Play

Rules

It's pong. C'mon.

Controls

  • j - down
  • k - up
  • p - pause
  • q - quit

About

The game of pong, written in C, using ncurses for 'gfx'

License:GNU General Public License v2.0


Languages

Language:C 98.9%Language:Makefile 1.1%