diff --git a/website/_data/games.json b/website/_data/games.json index eba2392d..deed0edf 100644 --- a/website/_data/games.json +++ b/website/_data/games.json @@ -610,5 +610,85 @@ "Mac", "Linux" ] + }, + { + "name": "blister-blight", + "title": "Blister Blight", + "logo": "blister-blight-logo.png", + "screenshot": "blister-blight-screenshot.png", + "url": "https://blisterblight.com/", + "pixelart": true, + "tags": [ + "Desktop", + "2D", + "Windows" + ] + } + , + { + "name": "xon", + "title": "Xon", + "logo": "xon-logo.png", + "screenshot": "xon-screenshot.png", + "url": "https://store.steampowered.com/app/2400690/Xon/", + "pixelart": true, + "tags": [ + "Desktop", + "2D", + "Windows" + ] + }, + { + "name": "warsphere", + "title": "WarSphere", + "logo": "warsphere-logo.png", + "screenshot": "warsphere-screenshot.png", + "url": "https://store.steampowered.com/app/2451530/WarSphere/", + "pixelart": true, + "tags": [ + "Desktop", + "2D", + "Windows" + ] + }, + { + "name": "last-war-forrest-of-doom", + "title": "The last war: Forest of doom", + "logo": "last-war-forrest-of-doom-logo.png", + "screenshot": "last-war-forrest-of-doom-screenshot.png", + "url": "https://adc-games.itch.io/the-last-war", + "pixelart": true, + "tags": [ + "Desktop", + "2D", + "Windows" + ] + }, + { + "name": "spinshuffle", + "title": "SpinShuffle", + "logo": "spinshuffle-logo.png", + "screenshot": "spinshuffle-screenshot.png", + "url": "https://spinshuffle.net/", + "pixelart": true, + "tags": [ + "Mobile", + "3D", + "iOS", + "Android" + ] + }, + { + "name": "hard-chip", + "title": "Hard Chip", + "logo": "hard-chip-logo.png", + "screenshot": "hard-chip-screenshot.png", + "url": "https://hardchip.io/", + "pixelart": true, + "tags": [ + "Desktop", + "3D", + "Windows" + ] } ] diff --git a/website/content/public/images/showcase-header/blister-blight-logo.png b/website/content/public/images/showcase-header/blister-blight-logo.png new file mode 100644 index 00000000..43ee8147 Binary files /dev/null and b/website/content/public/images/showcase-header/blister-blight-logo.png differ diff --git a/website/content/public/images/showcase-header/blister-blight-screenshot.png b/website/content/public/images/showcase-header/blister-blight-screenshot.png new file mode 100644 index 00000000..43ee8147 Binary files /dev/null and b/website/content/public/images/showcase-header/blister-blight-screenshot.png differ diff --git a/website/content/public/images/showcase-header/hard-chip-logo.png b/website/content/public/images/showcase-header/hard-chip-logo.png new file mode 100644 index 00000000..43ee8147 Binary files /dev/null and b/website/content/public/images/showcase-header/hard-chip-logo.png differ diff --git a/website/content/public/images/showcase-header/hard-chip-screenshot.png b/website/content/public/images/showcase-header/hard-chip-screenshot.png new file mode 100644 index 00000000..43ee8147 Binary files /dev/null and b/website/content/public/images/showcase-header/hard-chip-screenshot.png differ diff --git a/website/content/public/images/showcase-header/last-war-forrest-of-doom-logo.png b/website/content/public/images/showcase-header/last-war-forrest-of-doom-logo.png new file mode 100644 index 00000000..43ee8147 Binary files /dev/null and b/website/content/public/images/showcase-header/last-war-forrest-of-doom-logo.png differ diff --git a/website/content/public/images/showcase-header/last-war-forrest-of-doom-screenshot.png b/website/content/public/images/showcase-header/last-war-forrest-of-doom-screenshot.png new file mode 100644 index 00000000..43ee8147 Binary files /dev/null and b/website/content/public/images/showcase-header/last-war-forrest-of-doom-screenshot.png differ diff --git a/website/content/public/images/showcase-header/spinshuffle-logo.png b/website/content/public/images/showcase-header/spinshuffle-logo.png new file mode 100644 index 00000000..43ee8147 Binary files /dev/null and b/website/content/public/images/showcase-header/spinshuffle-logo.png differ diff --git a/website/content/public/images/showcase-header/spinshuffle-screenshot.png b/website/content/public/images/showcase-header/spinshuffle-screenshot.png new file mode 100644 index 00000000..43ee8147 Binary files /dev/null and b/website/content/public/images/showcase-header/spinshuffle-screenshot.png differ diff --git a/website/content/public/images/showcase-header/warsphere-logo.png b/website/content/public/images/showcase-header/warsphere-logo.png new file mode 100644 index 00000000..43ee8147 Binary files /dev/null and b/website/content/public/images/showcase-header/warsphere-logo.png differ diff --git a/website/content/public/images/showcase-header/warsphere-screenshot.png b/website/content/public/images/showcase-header/warsphere-screenshot.png new file mode 100644 index 00000000..43ee8147 Binary files /dev/null and b/website/content/public/images/showcase-header/warsphere-screenshot.png differ diff --git a/website/content/public/images/showcase-header/xon-logo.png b/website/content/public/images/showcase-header/xon-logo.png new file mode 100644 index 00000000..43ee8147 Binary files /dev/null and b/website/content/public/images/showcase-header/xon-logo.png differ diff --git a/website/content/public/images/showcase-header/xon-screenshot.png b/website/content/public/images/showcase-header/xon-screenshot.png new file mode 100644 index 00000000..43ee8147 Binary files /dev/null and b/website/content/public/images/showcase-header/xon-screenshot.png differ