Skip to content

a game library manager for linux directly in your terminal

Notifications You must be signed in to change notification settings

yosmont/GameLauncher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameLauncher

game launcher is a tools to manage your game library on linux directly in your terminal

BUILD

DEFAULT:
make

CLASSIC BOX:
make classic

use "make clean" for delete all the .o file

DESCRIPTION

USAGE:
game_launcher [PATH]

game launcher is a tools for select and launch the game you want (steam library-like)

  • game config file (.gcf) are in the "game_config" directory and are made of:
    • NAME: the name of the game | (not mandatory)
    • DESC: a description of this game | (not mandatory)
    • BIN_PATH: the path of the game binary (from his directory | (mandatory)
    • EMU_BIN: the emulator binary (command) you want to use (like wine). If you don't need a emulator, just ignore this var | (not mandatory)
  • game file are in the "game" directory, the game directory need to have the same name as his game config file (without the ".gcf") All this file have to be in "~/game_launcher/" directory or in the directory PATH
    You can create a .gcf file with a "add" command

the default version can have some character unknown by your computer, so use the classic box version.

SCREENSHOT

DEFAULT display:
DEFAULT display screenshot

CLASSIC BOX display:
CLASSIC BOX display screenshot

.gcf example:
cat of a gcf screenshot

adding a .gcf file:
adding a .gcf file screenshot

About

a game library manager for linux directly in your terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published