Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
OutRed
GitHub Repository: OutRed/artclass
Path: blob/main/static/data/retrogames.js
595 views
1
var retrogames = [
2
{
3
"id": "pokemongreen",
4
"title": "Pokemon: Leaf Green",
5
"console": "Game Boy Advance",
6
"consoleid": "gba",
7
"file": "roms/gba/pokemongreen.gba",
8
}
9
]
10