From a74c9b3a93019792b223b3576cd32ae90783091e Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Sat, 10 May 2025 20:56:19 -0500 Subject: Refactor games due to broken server --- content/games/birdy.md | 8 ++++++++ content/games/cosmic.md | 8 ++++++++ content/games/orb.md | 8 ++++++++ 3 files changed, 24 insertions(+) create mode 100644 content/games/birdy.md create mode 100644 content/games/cosmic.md create mode 100644 content/games/orb.md (limited to 'content/games') diff --git a/content/games/birdy.md b/content/games/birdy.md new file mode 100644 index 0000000..b11de5b --- /dev/null +++ b/content/games/birdy.md @@ -0,0 +1,8 @@ +--- +title: "Birdy" +date: 2025-04-19 +--- + +[Play on itch.io](https://mark-powers.itch.io/birdy) + +This is a one-level arcade game made with Pico-8. I was inspired to make this after playing the arcade game *Flicky* at Galloping Ghosts in Chicago. \ No newline at end of file diff --git a/content/games/cosmic.md b/content/games/cosmic.md new file mode 100644 index 0000000..5302256 --- /dev/null +++ b/content/games/cosmic.md @@ -0,0 +1,8 @@ +--- +title: "Cosmic Cargo" +date: 2019-08-25 +--- + +[Play on itch.io](https://seafarerscafe.itch.io/cosmic-cargo) + +An Oregon Trail inspired game taking place in space. I made this with some friends for GBJAM7. \ No newline at end of file diff --git a/content/games/orb.md b/content/games/orb.md new file mode 100644 index 0000000..d7201c9 --- /dev/null +++ b/content/games/orb.md @@ -0,0 +1,8 @@ +--- +title: "Orb of Fortuity" +date: 2023-08-12 +--- + +[Play on itch.io](https://mark-powers.itch.io/orb-of-fortuity) + +This is a short game, inspired by TV game shows, for LOWREZJAM 2023. It's made with Pyxel, which is a python-based virtual console. \ No newline at end of file -- cgit v1.2.3