game launcher is a tools to manage your game library on linux directly in your terminal
DEFAULT:
make
CLASSIC BOX:
make classic
use "make clean" for delete all the .o file
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.