Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
A jam submission

EggSeaker (Lame Jam)View game page

1-bit swordy game
Submitted by BoxBoy — 17 minutes, 13 seconds before the deadline
Add to collection

Play game

EggSeaker (Lame Jam)'s itch.io page

Results

CriteriaRankScore*Raw Score
Creativity#223.0003.000
Fun#242.3332.333
Overall#332.5562.556
Theme#362.3332.333

Ranked from 6 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted(+1)

Pretty good, took me a bit to realize that killing the monsters was necessary, also the dialogues keep showing up after you leave without clicking the skip. One solution could be to force the player to not move until the dialogues are complete


Developer(+1)

thanks for the tip, Godot is a whole new world for me at the moment, so let's just pretend you didn't see anything lol.

Submitted(+1)

If you are using Godot, probably the best way would be using a state machine and creating a state for "cinematic" or "dialogue" where the character doesnt respond to movement input. A quick one that I have used is making a bool variable, lets say "is_in_dialogue" or "is_alive", and then nest all movement code inside an -if- statement that checks for that variable. Then, in the function that triggers the dialogue, you change the bool. When the dialogue is completed, you change it again. This  works easily if all your movement is inside the _physics_process

Dont worry about it, I saw nothing xD