Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

XlashGames

24
Posts
1
Topics
3
Followers
2
Following
A member registered Dec 06, 2022 · View creator page →

Creator of

Recent community posts

Hey! Found out about you from your post on Facebook. Really love the presentation and the production here. Love the details such as the number of toilet paper rolls representing the number of days and being able to flush the toilet with the paper roll inside. You spend the whole game in the room but establish different vibes through just lighting and sound design only, that was super neat. I still have no idea what the story is about but I enjoyed the vagueness and open-ended nature of it. The calendar year and date was not what I expected (I wonder what's the true intent behind it). The last piano piece felt out of place that I literally laughed out loud there but it adds to the charm of the game in a good way. All in all, a great short experience. Looking forward to Silent Reverie!

(3 edits)

Just played through the demo on Steam for a few minutes. A few thoughts :

1. The main character looks like a boy though I feel that may have been intentional.

2. The diagonal movement is slower than the cardinal movement. It really feels off trying to move.

3. You can't exit a room through the door immediately after you enter it.

4. The presentation feels nice though to be frank I lost interest half-way. Hope there isn't combat in the game. It feels like a good take on the Earthbound/Undertale formula.

5. Also good name! I was able to remember it even after a few months seeing it.

Anyway, good job! Hope the bugs I have described have already been fixed in the current build.

It's not bad. A few things - 

1, You should try to have a WebGL build instead of an .apk file. It is quite a bit of a hassle so not many people will be trying to play it.

2. The controls don't work sometime. I swipe but the player doesn't always respond. I would also love more air time on the jump. I jump over the obstacle but I die because the player falls back immediately.

3. Some of the sections are too difficult. Really need precise timing. What you could do is start with easy sections and move those difficult parts to the later part of the game.

4. I do like how the sections are unique and different from each other. You have done a good job with procedural generation.

Ran out of space lmao! You have to click a lot with your mouse in the later parts. You get too much energy and there are too many enemies. That could be a way you could expand on the gameplay. A tower defense game that tests your reflexes and mouse skills instead of the usual focus on strategy and planning. Anyhow, good job, the models look nice though I feel the anime girl model feels weird when placed in bulk. She looks like the main character instead of a base unit. There is a lack of sound effects but the sounds that do exist are good.

Ever want to know what instant teleportation feel like? Now you can in this game featuring both tight platforming and brain-scratching puzzles! https://xlash2.itch.io/anominal

Glad you liked it!

Thank you so much for your feedback! Key bindings is definitely something I'd need to add on sooner or later. Moving enemies are indeed included in the later chapters (though unfortunately not in this demo).

Congratulations on getting #1 in visuals! Very well-deserved. Just a suggestion, I think this could have worked really well in first-person view (sort of like Refunct if you've ever heard of that game), that way you don't have to have a separate model for the player while simultaneously allowing to take in the environment more.

(1 edit)

Very cool gameplay-wise. The core concept is well-designed. Other than that, I died on a ramp and I got in a infinite dying loop.

Unique and fun gameplay. Was too hard for me though.

Submitted 23 seconds before deadline. Extra props for that!

Super cool man! You did a much better job than me on the same concept.

Simple gameplay executed very well. And awesome presentation as well (music and animations).

Loved the minimap implementation and the take on urban exploration but the visual bug really gets to you, haha.

Cool stuff man. It is like a mini-metroidvania and fits the jam's theme very well.

Short and sweet. Love the polish - the screen shake and trail.

Only got to 2 diamonds my man. The rest I couldn't find at all.

Cool gameplay man. My only complaint would be its length. I wanted to play more, haha.

The production quality man, it is top-notch! Sorry for being a wuss, but I can't play through jumpscare horror games.

Liked the split-screen thing, the sort of thing you'd see in speedrun races. Felt more like racing than exploration though!

Interesting gameplay man. Reminds me of that minigame from WarioWare. But to be frank, this doesn't adhere to the jam theme much.

Great job man. This is the coolest one I've played so far.

Really nice game man. Super cool level design!

So I am having this problem after putting the code in my project.

When I press and hold the "Jump" button again while in mid-air, I somehow get a sudden downward momentum and bring my player much faster than the up movement.

It also happens when I time the jump to the frame when the player becomes grounded in which case the player jumps at a higher speed than normal.

At first, I thought it was because I was using the old Unity input system. So I changed it to the new input system with the "context.called" thingies just like in the code but I am still having problems. It also happens after limiting max air jumps to zero, setting to no variable jump height and disabling both jump buffers and coyote time.


So yeah, I am at a complete loss on how to fix this for the past few days. Any clue on how to fix this would be greatly appreciated. (Think I need to change something in the new input manager?)