├── BG.png ├── GameExpo.html ├── GameExpoAllGame.html ├── IndieGameWebTW.html ├── README.md ├── app.js ├── cards.csv ├── cards2.csv ├── cards3.csv ├── cards4.csv ├── cards_tigs_tw.csv ├── danmaku.csv ├── deals.csv ├── gameExpo └── header.png ├── image ├── Aeruta.jpg ├── AirBoost.jpg ├── PathofGear.jpg └── TheRealFaceofaVTuber.jpg ├── index.html ├── index_prview.html ├── logos ├── HaNWA_logo.png ├── YOHCAN_LOGO.png └── filtergame.jpg ├── publishers.csv ├── style.css └── widgetlist.html /BG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FilterGame/IndieGameWebTW/HEAD/BG.png -------------------------------------------------------------------------------- /GameExpo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FilterGame/IndieGameWebTW/HEAD/GameExpo.html -------------------------------------------------------------------------------- /GameExpoAllGame.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FilterGame/IndieGameWebTW/HEAD/GameExpoAllGame.html -------------------------------------------------------------------------------- /IndieGameWebTW.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FilterGame/IndieGameWebTW/HEAD/IndieGameWebTW.html -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FilterGame/IndieGameWebTW/HEAD/README.md -------------------------------------------------------------------------------- /app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FilterGame/IndieGameWebTW/HEAD/app.js -------------------------------------------------------------------------------- /cards.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FilterGame/IndieGameWebTW/HEAD/cards.csv -------------------------------------------------------------------------------- /cards2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FilterGame/IndieGameWebTW/HEAD/cards2.csv -------------------------------------------------------------------------------- /cards3.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FilterGame/IndieGameWebTW/HEAD/cards3.csv -------------------------------------------------------------------------------- /cards4.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FilterGame/IndieGameWebTW/HEAD/cards4.csv -------------------------------------------------------------------------------- /cards_tigs_tw.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FilterGame/IndieGameWebTW/HEAD/cards_tigs_tw.csv -------------------------------------------------------------------------------- /danmaku.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FilterGame/IndieGameWebTW/HEAD/danmaku.csv -------------------------------------------------------------------------------- /deals.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FilterGame/IndieGameWebTW/HEAD/deals.csv -------------------------------------------------------------------------------- /gameExpo/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FilterGame/IndieGameWebTW/HEAD/gameExpo/header.png -------------------------------------------------------------------------------- /image/Aeruta.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FilterGame/IndieGameWebTW/HEAD/image/Aeruta.jpg -------------------------------------------------------------------------------- /image/AirBoost.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FilterGame/IndieGameWebTW/HEAD/image/AirBoost.jpg -------------------------------------------------------------------------------- /image/PathofGear.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FilterGame/IndieGameWebTW/HEAD/image/PathofGear.jpg -------------------------------------------------------------------------------- /image/TheRealFaceofaVTuber.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FilterGame/IndieGameWebTW/HEAD/image/TheRealFaceofaVTuber.jpg -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FilterGame/IndieGameWebTW/HEAD/index.html -------------------------------------------------------------------------------- /index_prview.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FilterGame/IndieGameWebTW/HEAD/index_prview.html -------------------------------------------------------------------------------- /logos/HaNWA_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FilterGame/IndieGameWebTW/HEAD/logos/HaNWA_logo.png -------------------------------------------------------------------------------- /logos/YOHCAN_LOGO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FilterGame/IndieGameWebTW/HEAD/logos/YOHCAN_LOGO.png -------------------------------------------------------------------------------- /logos/filtergame.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FilterGame/IndieGameWebTW/HEAD/logos/filtergame.jpg -------------------------------------------------------------------------------- /publishers.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FilterGame/IndieGameWebTW/HEAD/publishers.csv -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FilterGame/IndieGameWebTW/HEAD/style.css -------------------------------------------------------------------------------- /widgetlist.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FilterGame/IndieGameWebTW/HEAD/widgetlist.html --------------------------------------------------------------------------------