package be.kuleuven.howlongtobeat.hltb data class Game(val title: String, val howlong: Double, val finished: Boolean = false) { }