flightcrank / pong

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

Doesn't close when I pressed the close button on Ubuntu 19.04 #4

Closed willow385 closed 5 years ago

willow385 commented 5 years ago

I wanted to stop the game, so I pressed the 'X' button in the top-right corner of the window. Nothing happened. I had to use xkill to get it to stop running.

flightcrank commented 5 years ago

It should close fine if you press the ESC key.

in the readme file it has a section called "controls" which states "ESC to exit game"

no need to use xkill.