chore: some new games (#49)

### 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/49
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
This commit is contained in:
Naomi Carrigan 2024-11-27 05:22:01 +00:00 committed by Naomi the Technomancer
parent 5bffec2685
commit 203ae63c78
2 changed files with 18 additions and 1 deletions

View File

@ -163,4 +163,10 @@ export const Games: Array<{
name: "Project Zomboid",
url: "https://store.steampowered.com/app/108600/Project_Zomboid/",
},
{
alt: "3D render of an anime-style character in a cozy room. The character wears a pink dress, glasses, and has short brown hair. The room features a round window, bookshelves, plants, and a purple cushion with a cat-shaped teapot. The scene has a warm, soft lighting.",
img: "spirit-city.png",
name: "Spirit City: Lofi Sessions",
url: "https://store.steampowered.com/app/2113850/Spirit_City_Lofi_Sessions/",
},
];

View File

@ -44,7 +44,7 @@ export const Play: Array<{
{
android: "https://play.google.com/store/apps/details?id=com.yoozoo.jgame.us",
guild: {
id: "100021",
id: "100030",
name: "NHC",
},
ios: "https://apps.apple.com/us/app/echocalypse-scarlet-covenant/id6446244975",
@ -88,4 +88,15 @@ export const Play: Array<{
name: "Animal Crossing: Pocket Camp",
userId: "3848 6071 011",
},
{
android: "https://play.google.com/store/apps/details?id=com.omnidream.ohs&hl=en-US",
guild: {
id: "NHCarrigan",
name: "NHCarrigan",
},
ios: "https://apps.apple.com/us/app/omniheroes/id1620283683",
name: "Omniheroes",
server: "S651",
userId: "426716065110770702",
},
];