This is some cool level design!
tadpolily
Creator of
Recent community posts
Hey Nick, just to clarify (sorry) about #2.
Can preexisting materials for instance include a dialogue system (which is a collection of files I've created myself before)?
Or like a file that handles movement?
Perhaps I'm just confused on the definition of a plug in and if it needs to be publicly available.
Thanks
This event is really taking a toll. I'm not sure how much I'll be able to finish by tomorrow but I've learned so much!
Here's how my game is looking so far (I'm not sure if sound is included but I also found some jazzy music):
Tomorrow I may just focus on porting to web and fixing up messy code. I'm not sure how much polishing
or extending I'll do.
So I spent quite a while doing some Asset work.
(Background of main title scene)
(Assets for the latte pouring mini game)
Latte pouring mini-game in action:
Not sure how I'm going to do the milk. I was thinking of simulating it using particles or 'metaballs', but that may just be overkill. Finding out how to simulate fluid in a non processing heavy way in Godot is hard. Also the game jam ends tomorrow and there is so much left to do.
The deadline for the game jam is fast approaching so I'm starting to feel the heat. I'm kind of reeling over the fact that I don't have the core game mechanic for my game set up. I've spent the majority of the time implementing auxiliary features here and there. Not as much focus was put on it being fun.
Luckily, I have decided to have the game's core mechanic revolve around pouring. It seems like how steamed milk is poured into cup, is one of the major skills of baristas. Milk pouring skills also help when it comes to making latte art. I was thinking of doing a quick time (-ish) event mini game that involves pouring milk.
My design for the game looks like this:
A potential solution was to use the TextureProgress Bar provided. But you can't really fill in the progress bar in the middle. I was finally able to come to a solution using various ColorRects. See below.
Here's the base for the event using some ColorRect objects in Godot:
These are the main coffee types so far that baristas will be able to make (the spooky names are yet to be determined):
Mocha
* Milk foam
* Steamed milk
* Chocolate
* Expresso
Latte
* Milk foam
* Steamed milk
* Expresso
Flat White
* Milk foam
* Steamed milk
* Double Expresso
Cappaccino
* A lot of milk foam
* Steamed milk
* Double Expresso
One of the things I have been working on is navigation, both for the player and for the customers (indicated by the Godot icon). When you play, you can click on the
different coffee stations (currently missing except for the brewing machine) to add ingredients. I'm using a Navigation2D node. The script is based off of this tutorial:
Super useful for the game I'm currently making.Hi itch.io community!
I'm actually a substantial way through my game so far, but I have quite a ways to go. This game was inspired by the Brewster's coffee mini-game in Animal Crossing. The concept was also inspired from the Thymine's cover for famicase:
Trying My Best Is Very Hard
(so cute!)
I want to make a narrative focused memory game, where the main character "Blue" works as a budding and insecure barista. The player must handle a sea of coffee orders while remaining calm. The customers include a variety of ghosts with different personalities.
Here is how my game looks now -> Play here https://tadpolily.itch.io/beyond-the-grave-cafe
Hey! I thought the input battle system was a cool/unique idea. I know someone posted that they found out how to beat the battles in 4 turns and that's true. Maybe if you reuse the concept again you could either include more inputs or have inputs associated with a specific attack. I wish there was more!
Hi,
This is my first game jam. I don't have any art yet but I do have a basic idea and concept. My goal is to just finish a game so I am focusing on starting out very basic and gradually adding features.
Who: Knight and Elf
What: Monsters
When: Medieval Norse TImes
Where: Magical Forest
2-D side scroller she fights monsters to save elf
The game is loosely inspired by norse mythology. A peasant girl is guided by a forest spirit to rescue elf deep in the forest.
A more advanced description would be: A lonely peasant girl receives nightly visions about an ethereal being calling out for help. As the
cries increase in frequency, she feels compelled to travel to the forest and find the source...
I'll be writing the game in Lua using the Love2d framework.
I'm also looking for a good 2d side scroller tutorial written using love2d if anyone has any links :)