To run a game through a linux terminal, you’d have to follow a few steps.
First go to the game’s directory with this:
cd <game_directory>
Then you need to find the executable file, sometimes it’s a file ending in “.sh”, sometimes it’s a file without an extension. Once you find that file you can then do:
./filename.sh
Replacing “filename.sh” with the executable file. It’s hard to give any more information, as those files can be very different from project to project.