Video Game Collection

Track games, hours played, and completion stats!

Add / Update Game

Game List

Title Platform Status Hours Played Completion % Completion Rank Remaining Hours
Final Fantasy VIII PS1 Completed 60.0 100.0% A 0.0
Baldur's Gate PC Playing 4.0 10.0% F 36.0
Metroid Prime Switch Backlog 2.0 5.0% F 38.0
Silent Hill 2 PS2 Completed 20.0 50.0% F 20.0

Number of games: 4

Total completion (sum %): 165.0%

Average completion: 41.25%

Total remaining hours: 94.0

Completed games (≥ 40h): 1

Debug: var_dump of games array

array(4) {
  [0]=>
  array(4) {
    ["title"]=>
    string(18) "Final Fantasy VIII"
    ["platform"]=>
    string(3) "PS1"
    ["status"]=>
    string(9) "Completed"
    ["hours"]=>
    int(60)
  }
  [1]=>
  array(4) {
    ["title"]=>
    string(13) "Baldur's Gate"
    ["platform"]=>
    string(2) "PC"
    ["status"]=>
    string(7) "Playing"
    ["hours"]=>
    int(4)
  }
  [2]=>
  array(4) {
    ["title"]=>
    string(13) "Metroid Prime"
    ["platform"]=>
    string(6) "Switch"
    ["status"]=>
    string(7) "Backlog"
    ["hours"]=>
    int(2)
  }
  [3]=>
  array(4) {
    ["title"]=>
    string(13) "Silent Hill 2"
    ["platform"]=>
    string(3) "PS2"
    ["status"]=>
    string(9) "Completed"
    ["hours"]=>
    int(20)
  }
}