README for CSCI-e215

Russell J Lowke

Assignment 4: "pong"

______

files: pong.h          // header file for pong
       pong.c          // pong main .c code
       ball.h          // header file for ball
       ball.c          // ball .c code
       paddle.h        // header file for paddle
       paddle.c        // paddle .c code
       alarmlib.h      // header for alarmlib
       alarmlib.c      // alarmlib .c code
       Makefile        // makefile to compile pong
       Plan            // general plan for pong
       typescript      // typescript for pong
       README          // this file

______

Notes: pong seems to compile and run fine...

