Pong Game

Hello!

I have a project at my university which consists of recreating a pong game using arduino.

Are there any specific arduino boards that I need to acquire or any will do?

Also, if you could give some ideas regarding which input and output devices should I use, I'd greatly appreciate it.

Thanks in advance.

You are not the first to do this, looks like Arduino Uno can handle it:

/*Binary sketch size: 13,766 bytes (of a 28,672 byte maximum)

This example code is in the public domain.
Based upon:http://arduino.cc/en/Tutorial/TFTPong

Created by Tom Igoe December 2012
Modified 15 April 2013 by Scott Fitzgerald
Modified 15 June 2014 by M. Ray Burnette for ILI9340 TFT & X/Y joystick

I took the Arduino learning code and did some hacking one boring weekend:
Blazing Paddles

Ray