Tried this on my laptop and realized that it opens at pixel x = 1500, so on small screens it will not show up.
On windows right click the task bar and select "Show Desktop" then right click again and select "Show Open Windows" it should now be visible
If you are having issues.
Clone version of the game `git clone https://gitlab.com/alexjgriffith/welcome-home-sunsun.git`
and install love2d v11 https://love2d.org/
You should be able to change the display settings in lua.conf to
`t.window.x =0 `
`t.window.y=0`
`run make`
Now you should be able run the game using `love .`
EDIT
Realized you will need to run make once you clone the file!