added Blue Planet

master
Mimi Momo 9 months ago
parent 590248df25
commit 026782e952

@ -501,6 +501,16 @@ def games():
"""games"""
info = {'css': 'games', 'title': 'blessfrey games', 'year': find_year()}
return template('games.tpl', info)
@route('/blue-planet')
def bp():
"""game"""
info = {'css': 'games', 'title': 'blue planet - blessfrey games', 'year': find_year()}
return template('games-bp.tpl', info)
@route('/cheeryOS')
def co():
"""game"""
info = {'css': 'games', 'title': 'cheeryOS - blessfrey games', 'year': find_year()}
return template('games-co.tpl', info)
@route('/no-legs-the-cat')
def nltc():
"""game"""

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

@ -0,0 +1,20 @@
% rebase('frame.tpl')
<div class="content-grid"><div class="center">
<h1>blue planet</h1>
<iframe src="https://itch.io/embed-upload/9791548?color=ba3fa8" allowfullscreen="" width="1024" height="640" frameborder="0"><a href="https://chimchooree.itch.io/blue-planet">Play Blue Planet on itch.io</a></iframe>
<h2>game guide</h2>
<p>Basically, I love the Girls Mode DS games and want to make my own. This is a prototype, but it'd be cool if there were lots of clients with a preference profile that you learn over time through their requests and responses. And lots of clothes with internal style tags that correspond to their needs and aesthetics. Girls Mode also has a lifesim where you make money from your stylist job that you can spend on your room and dates and stuff, but that's outside of my scope. </p>
<p>Most old Western dressup games were mechanically simple - just dress up a croquis and screenshot your art. The Diva Starz dressup game was kinda like my concept, though. The girls would request an outfit for a party or new winter clothes or something, then you could style the girls however you want and either meet their expectations or make them complain. It was a doll game, so of course the "win/lose" conditions were pretty shallow, but the girls' ability to evaluate the vibe and appropriateness of an outfit made up of so many options blew my mind as a kid. Honestly, Animal Crossing is the only other game I've encountered like this. Gigi some </p>
<p>This prototype was released July 26, 2019.</p>
<h3>Controls ... Just click on stuff with your mouse or finger. </h3>
<h2>Credits</h2>
<ul>
<li>coding + art by chimchooree</li>
<li>Hosting: itch.io</li>
<li>Tools: Godot Engine 3.5.3, GraphicsGale, Krita</li>
<li>Thumbnail Font: XOX by Aaron Amar</li>
</ul>
</div></div>

@ -0,0 +1,22 @@
% rebase('frame.tpl')
<div class="content-grid"><div class="center">
<h1>CheeryOS</h1>
<iframe src="https://itch.io/embed-upload/9784873?color=191b32" allowfullscreen="" width="1024" height="620" frameborder="0"><a href="https://chimchooree.itch.io/cheeryos">Play CheeryOS on itch.io</a></iframe>
<h2>game guide</h2>
<p>I recommend playing in full-screen. </p>
<p>A pretend OS! It's barely more than a mockup, but I find it very cute and would like to add lots of apps and widgets to it. My most ambitious dream for it is integrating CatChat with a chat AI. Now that OpenAI has an accessible API, maybe it's more possible than ever. </p>
<p>This game was released November 26, 2020.</p>
<h3>Controls - just click on things with your mouse or finger. </h3>
<ul>
<h2>Credits</h2>
<ul>
<li>coding + art by chimchooree</li>
<li>Mouse Click Sound: <a href="https://freesound.org/people/Ch0cchi/sounds/15349/">BUBBLES POPPING by Ch0cchi</a>, available under CC Attribution 3.0 (CC BY 3.0)</li>
<li>Hosting: itch.io</li>
<li>Tools: Godot Engine 3.5.3, Krita</li>
</ul>
</div></div>

@ -11,6 +11,12 @@
<a href="/small-thing-that-makes-things">
<img src="/static/img/game/STTMT.png" alt="(Link: Small Thing That Makes Things)">
</a>
<a href="/blue-planet">
<img src="/static/img/game/BP.png" alt="(Link: Blue Planet)">
</a>
<a href="/cheeryOS">
<img src="/static/img/game/CO.png" alt="(Link: CheeryOS)">
</a>
<a href="/stoplight">
<img src="/static/img/game/SL.png" alt="(Link: Stoplight)">
</a>

Loading…
Cancel
Save