diff --git a/_content/babble/babble.md b/_content/babble/babble.md new file mode 100644 index 00000000..3c19fba0 --- /dev/null +++ b/_content/babble/babble.md @@ -0,0 +1,7 @@ +--- +layout: default +title: Babble Buds +--- +A public, open source version of URealms' Puppet Pals software, written in electron and PIXI.js + +It allows people to create digital 'puppets' and make them move and talk and emote, with others via networking. It can be used to make more authentic role play sessions, animations, interesting game dialogue/cutscenes, and anything else you can come up with! It's versatile engine allows for a large variety of different puppets with different art styles, themes, moods, etc. diff --git a/_content/sorcery/sorcery.md b/_content/sorcery/sorcery.md new file mode 100644 index 00000000..901759df --- /dev/null +++ b/_content/sorcery/sorcery.md @@ -0,0 +1,5 @@ +--- +layout: default +title: Tower of Penultimate Sorcery +--- +A puzzle adventure game made in 48 hours for the Spring 2017 Game Jam by UTD's SGDA. It was made by Anthony Lawn and Grant Barbee in RPG Maker MV. The theme was "loops", which you'll find very relevant while solving the puzzles. diff --git a/_posts/2017-03-25-sorcery.md b/_posts/2017-03-25-sorcery.md new file mode 100644 index 00000000..393ff543 --- /dev/null +++ b/_posts/2017-03-25-sorcery.md @@ -0,0 +1,9 @@ +--- +layout: default +title: Tower of Penultimate Sorcery +category: Game +cards: [Tower of Penultimate Sorcery] +links: ["Source Code|https://github.com/thepaperpilot/Tower-Of-Penultimate-Sorcery", "Store Page|https://thepaperpilot.itch.io/tower-of-penultimate-sorcery"] +tags: [rpg maker, game, jam] +--- +A puzzle adventure game made in 48 hours for the Spring 2017 Game Jam by UTD's SGDA. It was made by Anthony Lawn and Grant Barbee in RPG Maker MV. The theme was "loops", which you'll find very relevant while solving the puzzles. diff --git a/_posts/2017-03-30-babble.md b/_posts/2017-03-30-babble.md new file mode 100644 index 00000000..787aa9e7 --- /dev/null +++ b/_posts/2017-03-30-babble.md @@ -0,0 +1,10 @@ +--- +layout: default +title: Babble Buds +category: Game +banner: babble +cards: [Babble Buds] +links: ["Source Code|https://github.com/thepaperpilot/Babble-Buds"] +tags: [web, electron, software] +--- +A public, open source version of URealms' Puppet Pals software, written in electron and PIXI.js diff --git a/assets/banners/babble.png b/assets/banners/babble.png new file mode 100644 index 00000000..edba2ac1 Binary files /dev/null and b/assets/banners/babble.png differ diff --git a/index.html b/index.html index 2251e757..1e0f5231 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ layout: default title: The Paper Pilot nocard: true -featured: [NaN, Solar TD, Red Pen, Name Draw, Black Hat] +featured: [NaN, Babble Buds, Solar TD, Name Draw, Black Hat] ---