Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

galactical

112
Posts
1
Topics
191
Followers
46
Following
A member registered Apr 04, 2020 · View creator page →

Creator of

Recent community posts

Good point, totally reasonable to assume that. Unfortunately PuzzleScript doesn't let you customize that part of the menu. Thanks!

That’s intentional! The game never has any need for undo or restart since all moves are reversible. The only exception is in the very top room, you can press r to exit.

Thanks, didn't realize that was a feature! Just added

Last level was brutally difficult, but so rewarding to complete. These mechanics are so good, and could carry many, many more levels imo. Awesome work!

Gah! Sorry for that, I think I know what happened, but I thought I had fixed it. I’ll add a note: if the game ever freezes for you in the eternal suffering room, you can press R to exit the room and maintain your save. Also, if you try reentering the room after that, it shouldn’t freeze again. I’ll look into a better fix. Thanks for the report! Hope you’re still able to enjoy the game!

Thank you for sticking with it! An earlier puzzle was meant to illustrate that key insight:





That blues can "conduct" greens, but it was beatable without using that mechanic, I've since patched it. Thanks!

Thank you for your feedback! I wasn’t able to do quite as much with the procedural generation as I wanted to, I guess I overestimated puzzlescript’s abilities, and also was running out of time for Ludum Dare. I would have ideally liked the top to have multiple rooms you have to complete under time pressure, leading to a secret ending, but I just couldn’t get that working. In the end, I thought it was fitting to loop a single basic room, and call it “eternal suffering” lol.


You are correct that undo/restart is never necessary! That was one of the first principles I wanted to explore with the design; in a variant of Sokoban in which every move is reversible, how can I still make interesting puzzles? The lack of undo/restart also made it possible to have the structure the game does where you can freely walk between multiple puzzle paths while knowing none of them can be stuck. It also is what made the method of procedural generation used here possible. The game simply places sigils in a valid position, then randomly moves the player character around to scramble them, with the knowledge that any move made can be undone.


Thanks again for playing!

thank you!

I appreciate your excitement! Over the last year the game has been in and out of development due to personal reasons, and I haven't been posting much about it. Development has recently been back in full swing, and you can expect some new announcements very soon :)

SPOILERS




















Competor posted a blind playthrough. It is in Japanese, but the English auto-translate feature is pretty effective for understanding what is said :)

Exactly!

HINT BELOW:





















There is something intangible that needs to pass through one wormhole to the other.

(1 edit)

It was! That was one of my favorite puzzle games of the last year, but I felt cheated that there were no actual wormholes in the game so I made this lol.

Thank you!

Thank you! Simplicity and consistency in the mechanics was definitely a goal. Thanks for playing.

Liked it! A good narrative wrapper to put around a logic puzzle of this kind. I've seen these tricks used before, but it's always remarkable to me that you can find one specific 4 digit number from what seems to be so little information. Also, I expected "check solution" to show me the solution, clever idea having it require me to enter the password!

Thank you, I forgot to hide the game from search results. Consider yourself an early tester :)

Thank you! I also have to ask: how did you manage to find the game? Lol, it’s been hidden both from being sent as a notification to my followers as well as being hidden on my page.

Thank you! It can definitely be tough, and dying with 1 health left to go is pretty brutal! Sorry for that, lol. Thanks for playing :)

Thank you! I'm not sure that I will update this game beyond where I left it for this game jam. It is likely that I revisit this idea in the future however. There are some items I included to be sort of dead-ends but also funny secrets/additional information as to what transformations are being applied. To reward the player for finding those items, rather than adding more puzzles which may end up being redundant versions of pre-existing puzzles just with a different item in the output, I think it would be better to give the player a full journal showing all of their discovered items and recipes, both as a way to track how to make certain items so that the player doesn't have to rely on memory, but to also provide a sort of reward for finding every little detail. Thanks again for playing the game!

I found myself feeling the same way during development. If I were to make something like this outside of a jam, one of the most important features would be some sort of chart the player can access at any time showing all discovered items, and all discovered methods of creating them. For a game any larger than the scope of this jam, I think that might be necessary to avoid forcing players to rely on note taking/an unfair amount of memorization. I also agree that with some testing, I could probably create a set of recipes that make it easier for players to predict, and plan their solution, but sometimes the unexpected interactions are what make the game fun. It would be a difficult balancing act. Thank you for the feedback!

Wow! This is a more detailed list than I made during development, props for organizing this and explaining the recipes so thoroughly! There's only one thing I could correct, SPOILERS:


















/

In the "progress" section, rock, paper, scissors, and chicken are backwards. In those levels, the green box has a left facing arrow. Left facing arrows simply mean the reaction applies in reverse, similar to the backwards crafting table. So the actual interaction taking place is this:

Egg upgrades into chicken

RPS upgrade into whatever beats them:
Rock upgrades into paper
Paper upgrades into scissors
Scissors upgrades into rock.

The confusing aspect is that these interactions only ever take place backwards.

Also: Breadboard ->invert-> Chalkboard is kind of a reach, I just really wanted a way to make the puzzle fit the theme using the objects at the players disposal. My best justification is that chalk and chalkboards are inedible and very unappetizing compared to a breadboard.

Thanks again for playing and going through the effort of documenting these interactions!

If you aren't sure what to do next, place the torch into the slot marked torch, then press the arrows to continue to the next level.

I made the cardboard enemy/player art today!


Here's the enemy: He's basically just the frowning devil emoji. My only goal was to make something that read as an enemy (hence the horns) and had a face that was different from the players. Also, the fact that he's frowning plays into how the player's facial expressions work:

I ripped the health system from Michael Brough's 868-Hack, in which the player has three health states: Full (smiling) half (meh face) and low health (frowning).

Lastly, and it's not very impressive, I made the box:

I don't know why it's so huge on the post but here you go I guess! The plan for the targets is that they'll be some sort of fake stickers I'll make on my computer and past onto the tiles in the room. It will be something thematically consistent, like the kind of marking you would see on a cardboard box in the style of "Handle with care/WARNING Fragile" etc.
That's all for now. Next: I need to get these things moving around in the game.

And here is the cardboard room working in game!

Even after a lot of painstaking photoshopping to make everything line up, somehow there's a weird visible seam/misalignment with the top wall. I'm pretty sick of that photoshop file for now so I'm leaving it as is. Even with the ugly programmer art on top, travelling through the doors conveys depth, and really makes it appear like the objects are in the space and travelling through the door. I'm still debating exactly how much animation I plan to do for this project. The character really needs to move smoothly for visual clarity, but I don't know that I'll do anything too fancy with the room transitions. We'll see though. Next step is replacing that programmer art before creating smooth animations.

I'm creating a Brough-like procedurally generated dungeon-crawler based around Sokoban inspired box-pushing, with all art assets being made from cardboard! 

Before creating any of the art assets, I created the game layer using programmer art.

I did this because I wanted to be sure of exactly what art assets I would need to create, and also to make sure my game idea could work before making a big mess of cardboard in my room.
The gameplay is simple; The game creates randomly generated 5x5 rooms with 3 boxes, and 3 goals. The player gets points, and refills their health when they place all three boxes on their goals. The map also has enemies in it, who try to chase down and deal damage to the player when next to them. The player can defeat enemies by standing next to them and pressing toward them, or by pushing a box on top of them.


There are some other surprises I won't spoil, but I'm essentially done with the gameplay, so it's time to start cutting up boxes!

Here's the 10x10 inch model of the dungeon in the game. The plan is to use photoshop to create the various different door locations out of this master image. Doors can never be in the corners, so by rotating and flipping these two doors I can create all the variations needed.

On a side note, have you ever seen those videos where people build massive cardboard recreations of video games and then put a hamster in it?

After building this miniature dungeon, it makes me wish I had a hamster...

Anyways, that's all for now. After I get the room/door visuals working in game I'll create the player/enemy objects. I'm planning on making them out of flat pieces of cardboard laying on the floor, so that they can look convincingly like part of the space as they move around the screen. I'm totally up for suggestions for what the enemy should look like, as I'm still not sure. Let me know what you think!

Should be fixed now! Sorry, I've been... forgetting things lately.

I love this! The idea of using shape connections to illustrate stacks makes this probably the most visually intuitive version of Solitaire I've seen.

They are hidden on your creator page, but when I click on your profile from your comment I see them. Same for me however, so I don't think you did anything wrong! 

Thank you! In terms of third/fourth connections to knots: they are not possible. Knots have one input and one output, attempting to connect more will not work. Knots do have directionality, they have an input, and an output. The knot is shaped like a C and you can see the output coming out of the hole of the c, the input can go in any of the other three sides. I'm glad you liked SUBLEQ! I made this as a little prototype for a similar Zachtronics-style puzzle game, so I may continue this concept as part of a larger game. Thanks for playing : )

Thank you! I just fixed it. I'm able to see 3 of your games for the confounding calendar on your account as well, is that intentional?

Thank you, definitely a long time! But my plan is to release several more games in the meantime, then work on the game again once I've gotten some space from it, and when people are looking for a Halloween themed game again. Thanks again for your feedback!

Thank you!

I’m taking a break from working on the game now that Halloween is over, except for the urgent bug fixes, but the plan is to give the game a major update next October, so feel free to comment any ideas! Always open to suggestions.

Thank you! Super grateful for retro’s video and the feedback he and his viewers like yourself have provided :) That is a good suggestion about freeing up space on the board, I had played with something like that, but couldn’t come up with a good solution and left it as it is. If I update the game with some balance tweaks in the near future, allowing the player to mitigate the cluttering of the board is a high priority. Thanks again for playing!

Press the number of the level on your keyboard. I probably should have explained that in the description of the game.

I opted not to provide a demo because the game itself is so small, and I feel like the trailer does a good enough job of showing what you get in the game. I’ll consider doing that in the future.

I would like to make a version for iOS and Android, but I didn’t have time to do so before Halloween, as I was crunching to just get the game ready for pc on time. I may port the game to mobile at some point in the future, but I can’t promise anything.

Thank you! This was made using the love2d framework https://love2d.org/ It's a free and open-source framework that makes it super easy to program games that work on Windows/Mac/iOS without having to worry about all the low-level stuff. It uses the lua scripting language and doesn't have any kind of visual editor like Unity or Unreal. I personally see this as a plus, because I don't want to worry about any engine specific editor quirks, I just want to drag art assets into a folder, and write code to move them around. This is my first project released using it, and I definitely plan to use it more moving forward. It's not the ideal solution for everyone, but I love it. Thank you again for playing the game    : )

Thank you!