Advertisement
Guest User

Untitled

a guest
Oct 25th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.41 KB | None | 0 0
  1. mvprintw((maxy / 2) - 3, (maxx / 2) - 18,
  2.             "**********************************");
  3.     mvprintw((maxy / 2) - 2, (maxx / 2) - 18,
  4.             "*             PONG!              *");
  5.     mvprintw((maxy / 2) - 1, (maxx / 2) - 18,
  6.             "*By Matt Pike and John Schlederer*");
  7.     mvprintw((maxy / 2), (maxx / 2) - 18, "*  For CS2852 with Dr. Schilling *");
  8.     mvprintw((maxy / 2) + 1, (maxx / 2) - 18,
  9.             "**********************************");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement