Processing can be used to offload calculation-intense parts of your programs to a laptop computer, instead of using the Arduino. The computer screen can be used for a visual representation of your data as you see fit. Many tutorials are available on the internet. Making a game using the inputs of the Arduino, transporting the input data via the USB interface to the computer, that responds by changing the colour of the tiles that are linked to the inputs is one of the many possibilities.