A GTK3 GUI launcher for games. (A successor to kissgamelauncher)
- GTK3 User Interface
- Icons
- Search bar
- Python 3
- PyGObject
- Create
~/.config/kiss/games.json - Run
./games.py - Click on a game
- Press play.
Run install.py for a more permanent install.
{
"doom": {
"cmd": "gzdoom",
"name": "DOOM",
"icon": "gzdoom"
},
"luanti": {
"cmd": "luanti",
"name": "Luanti (Minetest)",
"icon": "luanti"
}
}