flightcrank / pong

The classic pong game. Coded in C using SDL for graphics
88 stars 39 forks source link

how do i run the game? #9

Closed Marvan0305 closed 8 months ago

Marvan0305 commented 8 months ago

How do i run the game on windows?

flightcrank commented 8 months ago

you just need a C compiler to compile the code to a executable. and SDL2 library to draw the graphics on the screen. Compilation instructions are in the readme file.

Marvan0305 commented 8 months ago

Can you show how to play the game?

flightcrank commented 8 months ago

Can you show how to play the game?

from memory your just use the arrow keys to move the paddle up or down. the other paddle is controlled by the computer.