Skip to content

jmhossler/pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#################################

Author: John Hossler, with assistance from Pete Dietl
email:  john.m.hossler@gmail.com
        petedietl@gmail.com
#################################

You will need to install ncurses before running this program.

THERE ARE TWO METHODS
Do this by running:

sudo apt-get update
sudo apt-get install ncurses-dev

OR:
go to http://www.gnu.org/prep/ftp.html
download the tar file
run:
tar zxvf ncurses<version>.tar.gz
cd ncurses<version>
./configure

make
su root (OR sudo make install)
make install


Then run in the pong directory:
make
./pong --- This starts the game!

This is change