roblox-terminal-launcher/README.md

9 lines
411 B
Markdown
Raw Normal View History

2024-11-06 17:12:39 +00:00
# Roblox Terminal Launcher
2024-11-06 16:52:32 +00:00
2024-11-06 17:12:39 +00:00
A simple Terminal-Based Game Launcher. Can be tweaked, i don't really care.
(LINUX ONLY, READ BELOW FOR OTHER OPERATING SYSTEMS)
On the last line of the `joingame()` function, I used "xdg-open" to open the roblox-player: link. This can be substituted for whatever macOS, Windows, or any other operating system uses.
I believe for windows it is `start` and for macOS it is `open`