FoonLudum Dare ExplorerLD53 → Crazy Post Office

Crazy Post Office

By zenbreaker

View on ldjam.com

CategoryRankScoreCount
Overall3532.9832
Fun2523.1832
Innovation2653.1332
Theme2783.5832
Graphics3752.5632
Audio1.665
Humor3302.0530
Mood3692.4229

Comments

asasin56 2023-05-01 06:53

Nice puzzle but graphic can be more suitable. Also I didnt like sfx and music and I didnt understand for why here is 2d and 3d views

zenbreaker 2023-05-01 10:04

Thanks for the feedback @asasin56 . Thats definitely what I didnt like either and didnt put much effort in. 2D is there to better place objects, but I didnt really polish it in the end, as I liked the 3D perspective way more.

buni 2023-05-01 10:51

I really like the game! A physics based puzzle game is a quite unique concept in this jam, but it worked out greatly.

Good job, and nice stream :)

cattymations 2023-05-01 10:53

Cool prototype! The graphics, to be blunt, are really poor. Same thing goes for most of the sound effect. All you really need to do make something that sometimes works and then hope that all the boxes (or at least the required amount) goes in. A REALLY good way to combat this is to give the player a score at the end of the level and then show how there score comperes to other scores. This encourages the player to try again and make a more optimized build in hopes of getting a higher score.

zenbreaker 2023-05-01 11:13

@cattymations Thanks for the feedback, yeah graphics and sounds were last minute additions, not my strong suit anyways. Showing the score would have been a great idea. There is actually no necessary package limit, would be probably better though. Once GameOver is hit, the level is changed and either you hit skip or time runs out, if you dont manage to get all in.

kylethecoder 2023-05-01 11:23

I had a lot of difficulty getting this to work efficiently, but once I did, it was pretty enjoyable! I think larger areas to be able to click and drag things would have been useful, not sure how easy that is in Unity though. It's not your fault, but I couldn't get this to work on the LD site - it cut off all the buttons at the top, and if I went full-screen, those buttons didn't even appear, which was weird. It's similar to what's been happening to me with all Unity games on this site though, so think it's LD-site-related. So, given that, good job! A fun little puzzle/simulator.

zenbreaker 2023-05-01 11:31

@kylethecoder Thanks a lot, I noticed that too, you can use the scroll slider and then click on maximize, that makes it playable on LD-site too. Also some games dont work on firefox for me, but chrome. Quite weird.

xwilarg 2023-05-01 13:07

Had some difficulty trying to actually do the puzzle because of the physic but tbh I had plenty of fun just seeing things bouncing around depending of how I moved my elements

As the others said the graphics are a bit strange but not that bad once you get used to it, some kind of 2D isometric view may have been more suitable

stefanholst 2023-05-01 13:16

It has great potential. But I think it would have been better in 2d. Also, it desperately needs some score system. The game was actually quite fun.

Also, I can't seem to rotate the components using a touchpad.

zenbreaker 2023-05-01 13:34

@xwilarg Thanks, yeah I played around with the 2D view, but didnt like the aesthetics. Actually wanted to do puzzles in real 3D like Portal, the game.

@stefanholst Thanks, I was lazy and only used mouse input instead of the real unity input system. For touch I probably would have needed to implement some sort of gizmo. And definitely needs a better score system. If you get to the end, you get one displayed but no more. Thats right.

brandon-campbell 2023-05-01 15:32

I like the idea! It's fun that there's no one right solution to move the packages along. I would add some indicator to show what component is selected, and maybe allow users to click to select instead of holding down the mouse button. That took me a while to figure out.

harmadillo 2023-05-01 16:06

I found the levels quite challenging with the physics making it rather chaotic. It was fun trying to bounce the packages around. The option of 2d or 3d was good. This did get confused a couple of time during level transition.

zenbreaker 2023-05-01 18:34

@brandon-campbell Thanks for playing, thats definitely something that's missing. While writing the start screen on the last minutes of the jam it became obvious, that controls are rather unintuitive.

@harmadillo Thank you too, ah yeah I didnt notice that bug. I guess you always start in 3D in a new scene, but 2D is only saved on the UI not the new loaded scene, thanks for pointing it out :D

kreshi 2023-05-01 20:57

Good effort but could have used some more polish :).

nathan-franck 2023-05-01 21:37

Sad it doesn't show up well in the view on Ludum Dare, not that you would have been able to know ahead of submission. Nice showing! Unfortunately I didn't make it too far. Sound was definitely holding the experience back.

castitatis 2023-05-01 21:49

such a nice puzzle game, the last time I tried doing a 3d game, handling the camera was a nightmare, I can only respect what you achieved XD

asilvers 2023-05-02 06:15

Nice concept! I enjoyed trying to find better ways to get the packages in the buckets. I lost track of time on a couple of levels trying to optimize it the best I could. A couple of notes though: * I think an important thing for this kind of a game is that it's deterministic, that if you run one level three times without changing anything the same thing happens each time. * It was a bit confusing when I could move some things and couldn't move others, maybe making the objects that are locked have different colors or the ones you could move have an outline or something. * Starting with an inventory of pieces rather than having them already placed I think would have made it less hectic. A full inventory system for a game like this can been difficult to implement for a game jam but it could have just been something like a different colored box under the yellow area where all the pieces start. * It was also somewhat annoying that you had to hold the left mouse button and use the scroll wheel at the same time to rotate something. A click to grab then click again to release would have made that better.

zenbreaker 2023-05-02 06:22

@asilvers Im happy you liked the concept and like me lost a lot of time on it <3 The deterministic aspect is something I didnt achieve for sure. The conveyor belt and the pistons are the problem. They were difficult to implement correctly. For the other things I agree, didnt had the time for that, but would have been much nicer. The pieces in a special place though could have been cool and simple, true. Thanks for the input.

teadrinker 2023-05-02 12:59

3D view looks better, however, for the gameplay I prefer the 2D view so 3D feels a bit wasted. Would have been good to have a different style for the objects you cannot move. I did not feel I "solved it" when I advanced a level, cos the complexity of the simulation makes it very hard to use strategy, but it's still surprisingly fun to play around with!

stormsword 2023-05-02 14:48

Good concept and was fun too play

A little too difficult for me I think x)

zealous-coder 2023-05-02 23:09

Good job this was fun to play. I like games like this, I have not played one in a really long time ever since the incredible machine.

xfinktion 2023-05-03 07:33

I'm pretty bad at these kinds of games, but I had fun with it! A color difference with the moveable and immovable tiles would have saved me a bit of time on the later level with all flat pieces. I also would have liked to be able to move objects in test mode.

The puzzle design was interesting. Spent more time than I intended to optimizing my setups. Nice work! :D

smdg 2023-05-03 17:39

It was fun to see the physics simulation of packages bouncing around. Would have loved it if it had a better camera angle and as someone in the comments said allowed to move around the objects during test would have made it better.

rookrules 2023-05-05 07:23

the little box that could but then didn't 4/5 don't forget to skip to the end of the game to GET YOUR SCORE

svenerik 2023-05-05 09:00

Very neat puzzle game with nice physics, bouncy bounce. I'd wish to see bigger levels and more, so more of a chain, but what was there was already great! Perhaps an post-ludum version of it with some beveled boxes and some textures for extra fancy~ Loved it though, great work!

badcop 2023-05-05 10:00

32 packages 😎😎😎

elevator strategy best strategy

zirrrus 2023-05-09 16:25

Silly physics make everything more fun! This was neat

kirbloid 2023-05-10 19:22

Took me back to some classic games. Played really solidly in the browser too and was easy to jump in and start playing. Great choice for how to tackle the theme in an immediately fun and engaging way.

stevie257 2023-05-15 20:11

I admire the developer's creativity in the visual design of this game, as they have managed to create a unique and memorable art style

lomby 2023-05-19 18:32

I played earlier on stream if you wanted to watch initial thoughts (timestamps in the description to jump to your game!) [youtube link](youtu.be/VWB4DGknN6k)