From 4cfc98291c9978aaa7500a9a9c5b01a36928761e Mon Sep 17 00:00:00 2001 From: realtradam Date: Wed, 19 Jun 2024 18:34:57 -0400 Subject: add 3 more games to be seeded by default --- bin/bundle | 0 bin/rake | 0 bin/setup | 0 db/lfs/Games/Almost Pong/card.png | Bin 0 -> 11457 bytes db/lfs/Games/Almost Pong/character.png | Bin 0 -> 8855 bytes db/lfs/Games/Almost Pong/index.zip | Bin 0 -> 434422 bytes db/lfs/Games/Almost Pong/title.png | Bin 0 -> 186588 bytes db/lfs/Games/SpaceCube 64/card.png | Bin 0 -> 24748 bytes db/lfs/Games/SpaceCube 64/character.png | Bin 0 -> 4152 bytes db/lfs/Games/SpaceCube 64/index.zip | Bin 0 -> 98712 bytes db/lfs/Games/SpaceCube 64/title.png | Bin 0 -> 187643 bytes db/lfs/Games/Winter One/card.png | Bin 0 -> 10240 bytes db/lfs/Games/Winter One/character.png | Bin 0 -> 26802 bytes db/lfs/Games/Winter One/index.zip | Bin 0 -> 6840382 bytes db/lfs/Games/Winter One/title.png | Bin 0 -> 9065 bytes db/seeds.rb | 42 ++++++++++++++++++++++++++------ 16 files changed, 35 insertions(+), 7 deletions(-) mode change 100644 => 100755 bin/bundle mode change 100644 => 100755 bin/rake mode change 100644 => 100755 bin/setup create mode 100644 db/lfs/Games/Almost Pong/card.png create mode 100644 db/lfs/Games/Almost Pong/character.png create mode 100644 db/lfs/Games/Almost Pong/index.zip create mode 100644 db/lfs/Games/Almost Pong/title.png create mode 100644 db/lfs/Games/SpaceCube 64/card.png create mode 100644 db/lfs/Games/SpaceCube 64/character.png create mode 100644 db/lfs/Games/SpaceCube 64/index.zip create mode 100644 db/lfs/Games/SpaceCube 64/title.png create mode 100644 db/lfs/Games/Winter One/card.png create mode 100644 db/lfs/Games/Winter One/character.png create mode 100644 db/lfs/Games/Winter One/index.zip create mode 100644 db/lfs/Games/Winter One/title.png diff --git a/bin/bundle b/bin/bundle old mode 100644 new mode 100755 diff --git a/bin/rake b/bin/rake old mode 100644 new mode 100755 diff --git a/bin/setup b/bin/setup old mode 100644 new mode 100755 diff --git a/db/lfs/Games/Almost Pong/card.png b/db/lfs/Games/Almost Pong/card.png new file mode 100644 index 0000000..a486146 Binary files /dev/null and b/db/lfs/Games/Almost Pong/card.png differ diff --git a/db/lfs/Games/Almost Pong/character.png b/db/lfs/Games/Almost Pong/character.png new file mode 100644 index 0000000..8e3b3df Binary files /dev/null and b/db/lfs/Games/Almost Pong/character.png differ diff --git a/db/lfs/Games/Almost Pong/index.zip b/db/lfs/Games/Almost Pong/index.zip new file mode 100644 index 0000000..63a8a2d Binary files /dev/null and b/db/lfs/Games/Almost Pong/index.zip differ diff --git a/db/lfs/Games/Almost Pong/title.png b/db/lfs/Games/Almost Pong/title.png new file mode 100644 index 0000000..6ee677c Binary files /dev/null and b/db/lfs/Games/Almost Pong/title.png differ diff --git a/db/lfs/Games/SpaceCube 64/card.png b/db/lfs/Games/SpaceCube 64/card.png new file mode 100644 index 0000000..2363c7f Binary files /dev/null and b/db/lfs/Games/SpaceCube 64/card.png differ diff --git a/db/lfs/Games/SpaceCube 64/character.png b/db/lfs/Games/SpaceCube 64/character.png new file mode 100644 index 0000000..11257b7 Binary files /dev/null and b/db/lfs/Games/SpaceCube 64/character.png differ diff --git a/db/lfs/Games/SpaceCube 64/index.zip b/db/lfs/Games/SpaceCube 64/index.zip new file mode 100644 index 0000000..1be5edf Binary files /dev/null and b/db/lfs/Games/SpaceCube 64/index.zip differ diff --git a/db/lfs/Games/SpaceCube 64/title.png b/db/lfs/Games/SpaceCube 64/title.png new file mode 100644 index 0000000..9f306a3 Binary files /dev/null and b/db/lfs/Games/SpaceCube 64/title.png differ diff --git a/db/lfs/Games/Winter One/card.png b/db/lfs/Games/Winter One/card.png new file mode 100644 index 0000000..d15bc1b Binary files /dev/null and b/db/lfs/Games/Winter One/card.png differ diff --git a/db/lfs/Games/Winter One/character.png b/db/lfs/Games/Winter One/character.png new file mode 100644 index 0000000..24cfdb1 Binary files /dev/null and b/db/lfs/Games/Winter One/character.png differ diff --git a/db/lfs/Games/Winter One/index.zip b/db/lfs/Games/Winter One/index.zip new file mode 100644 index 0000000..01eb869 Binary files /dev/null and b/db/lfs/Games/Winter One/index.zip differ diff --git a/db/lfs/Games/Winter One/title.png b/db/lfs/Games/Winter One/title.png new file mode 100644 index 0000000..a654725 Binary files /dev/null and b/db/lfs/Games/Winter One/title.png differ diff --git a/db/seeds.rb b/db/seeds.rb index f2eb22f..5a197fd 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -69,6 +69,8 @@ HEREDOC platform_tags = [ "web", + "web-desktop", + "web-mobile", "desktop", "mobile", "nintendo 64", @@ -79,6 +81,11 @@ platform_tags.each do |tag| end game_tags = [ + "unity", + "godot", + "raylib", + "c", + "ruby", "action", "tech demo", "idk something", @@ -93,32 +100,53 @@ data_dir = Rails.root.join('db/lfs') games = [ { - title: 'Orc: Arena of Time', + title: 'Almost Pong', description: markdown_sample, - github_link: 'https://github.com/realtradam/orc-arena-of-time', - img_rendering: 'pixelated', - tags: ["web", "desktop"] + github_link: 'https://github.com/realtradam/almost-pong', + img_rendering: 'crisp-edges', + tags: ["web-desktop"] }, { title: 'Bubbles, Behind', description: markdown_sample, github_link: 'https://github.com/realtradam/TOJam2023', img_rendering: 'crisp-edges', - tags: ["web", "desktop"] + tags: ["web-desktop", "desktop"] }, { title: 'Magnet Run', description: markdown_sample, github_link: 'https://github.com/realtradam/Magnet-Run-3D', img_rendering: 'crisp-edges', - tags: ["web", "desktop"] + tags: ["web-desktop", "desktop"] }, { title: 'Optimal Direction', description: markdown_sample, github_link: 'https://github.com/realtradam/optimal-direction', img_rendering: 'crisp-edges', - tags: ["web", "desktop"] + tags: ["web-desktop", "desktop"] + }, + { + title: 'Winter One', + description: markdown_sample, + github_link: '', + img_rendering: 'pixelated', + tags: ["web-desktop", "desktop"] + }, + { + title: 'SpaceCube 64', + description: markdown_sample, + github_link: 'https://github.com/realtradam/tojam2024', + img_rendering: 'crisp-edges', + tags: ["nintendo 64", "web-desktop"] + }, + { + title: 'Orc: Arena of Time', + description: markdown_sample, + github_link: 'https://github.com/realtradam/orc-arena-of-time', + img_rendering: 'pixelated', + tags: ["web-desktop", "desktop"] }, ] -- cgit v1.2.3