From bf891145b823d3fc4820296fbe28cf4660b9d610 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Sat, 21 Dec 2024 09:15:26 +0000 Subject: [PATCH] chore: couple more games (#64) ### Explanation _No response_ ### Issue _No response_ ### Attestations - [ ] I have read and agree to the [Code of Conduct](https://docs.nhcarrigan.com/community/coc/) - [ ] I have read and agree to the [Community Guidelines](https://docs.nhcarrigan.com/community/guide/). - [ ] My contribution complies with the [Contributor Covenant](https://docs.nhcarrigan.com/dev/covenant/). ### Dependencies - [ ] I have pinned the dependencies to a specific patch version. ### Style - [ ] I have run the linter and resolved any errors. - [ ] My pull request uses an appropriate title, matching the conventional commit standards. - [ ] My scope of feat/fix/chore/etc. correctly matches the nature of changes in my pull request. ### Tests - [ ] My contribution adds new code, and I have added tests to cover it. - [ ] My contribution modifies existing code, and I have updated the tests to reflect these changes. - [ ] All new and existing tests pass locally with my changes. - [ ] Code coverage remains at or above the configured threshold. ### Documentation _No response_ ### Versioning _No response_ Reviewed-on: https://codeberg.org/nhcarrigan/portfolio/pulls/64 Co-authored-by: Naomi Carrigan Co-committed-by: Naomi Carrigan --- src/config/Games.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/config/Games.ts b/src/config/Games.ts index 2f2bf67..e74e192 100644 --- a/src/config/Games.ts +++ b/src/config/Games.ts @@ -193,4 +193,16 @@ export const Games: Array<{ name: "Idle Angels", url: "https://play.google.com/store/apps/details?id=com.mujoysg.hxbb&hl=en-US&pli=1", }, + { + alt: "A 3D rendered video game character wearing an ornate turquoise and white dress with bell sleeves and a matching cape. The outfit features intricate trim details, a bow at the waist, and layered fabric elements. The character wears round glasses and has brown hair styled in a neat bob cut. The character is shown barefoot against a dark blue background.", + img: "dw-8.jpg", + name: "Dynasty Warriors 8 Empires", + url: "https://store.steampowered.com/app/322520/DYNASTY_WARRIORS_8_Empires/", + }, + { + alt: "A video game character stands on a dock wearing a traditional Japanese kimono in royal blue with delicate flower patterns and a red hem. The kimono is accessorized with a decorative obi belt and a sword at the waist. The character has round glasses and shoulder-length blonde hair. In the background, wooden ships are moored at the harbor against a mountainous coastline.", + img: "samurai-4.jpg", + name: "Way of the Samurai 4", + url: "https://store.steampowered.com/app/312780/Way_of_the_Samurai_4/", + }, ];