Skip to content

Android app to check IGDB ratings of owned videogames using IGDB API.

Notifications You must be signed in to change notification settings

hgabriel84/game-metascore

Repository files navigation

Game Metascore

This is an app that uses Android Architecture to keep a collection of videogames, with data provided through IGDB API.

Introduction

It displays critics rating, users rating, total rating, storyline and summary. It orders the list of games by score / name and supports search by game name. It also saves those scores in a local database to be displayed as updated data is fetched from IGDB API. Videogames can be added, removed, and marked as played. It also allows to import and export a json file containing a list of games. Supports light and dark theme.

This is only for personal use.

IGDB API Authentication

To access IGDB API, you need to follow these instructions. Once you have a Client ID / Client Secret, add them to the gradle.properties file.

twitch_client_id=<your client id>
twitch_client_secret=<your client secret>

Screenshots

screenshot screenshot screenshot screenshot screenshot screenshot

About

Android app to check IGDB ratings of owned videogames using IGDB API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages