open a terminal window
type in:
top
that will run a program that shows you the processes running on your system, and using your resources.
now open another terminal window. o nthe first one, check to see the PID (process ID) of the game that you want to kill
in the NEW window, type kill [PID]
that will end it for you.