GameStore
From openSUSE
blogposts:
- http://stick.gk2.sk/blog/2009/07/gamestore/ (announcement)
- http://stick.gk2.sk/blog/2009/07/hackweek-gamestore/ (one click install links)
GIT repository: http://gitorious.org/opensuse/gamestore
What is done:
- Qt application
- loading JSON, game icons and screenshot from the network (and caching them locally)
- installing new games / uninstalling installed games
- running installed games
- filtering by name, genre, installed/not-installed
- very simple web frontend which serves YMP files (http://gamestore.gk2.sk/)
Future plans:
- implement sync (synchronising game settings with remote server)
- create parser for game hi-score files on server and create hi-score charts visible form the web and game store client
- add hi-res thumbs for each game
- add video preview for each game
Contact: prusnak
Technical info:
- icon size: 48x48
- thumbnail size: 320x240
- games.json:
- name - full name of the game
- pkg - packages which belong to the game (main + data, files for example)
- conf - files where the game config (+saved games) is stored
- bin - game binary
- genre - game genre, see json itself for examples
- desc - game description
- url - game URL

