Hi splendidland, I hope you develop it for Android/Chromebook or Switch, I would love to download and play it, but I only have an android phone, Chromebook, android tablet, and consoles. I don't have a PC that can download your game but I would love to play it though, it looks fun!
You can check out this google support page.
It might involve some fiddling with the linux terminal to extract the tar.gz file in order to run the game.
To extract, use:
cd /[folder where the linux version is]
sudo tar -xf [linux version].tar.gz
That should create a folder with the same name as the tar file. cd (change directory) to that folder and I think you can run the game with
./[game]
It's a bit complicated and I'm not sure this will work but good luck.