Skip to main content

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

Amorindis

14
Posts
1
Followers
A member registered Apr 21, 2022 · View creator page →

Creator of

Recent community posts

I liked the puzzle game! The controls were a bit weird at first, though.

Well done! Was fun to play around with. I was able to get the music note, but I had to start it at the spot where the bottom of the note meets the stem.

Wasn't quite sure how to tell if something was small enough to pick up, but it was fun to play! Unfortunately my graphics card crashed when I did a domain expansion and pulled a bunch of stuff at once lol

Yeah, I'm hoping to continue it and make a tutorial so it's understandable, but there's not much you can do at the moment besides click and drag cards.

I had to click on it because of Carl. I agree, it's an interesting idea. I think possibly a more overhead/top-down camera angle would have made it better as it's easier to see where each one is facing. As it stands, there was a moment I had to turn around and face the wall so that the clone could hit a monster. Still, great work for 10 days' time.


Also, Glurp Glurp and get out there and kill, kill, kill. I'm halfway through book 8, had to pause on reading it because of the jam lol.

I liked it. Simple but entertaining. Only thing is I didn't know when I was about to lose or what happened when I clicked on "Factory" at first. Took me a second to realize that the factory grew in size.

great job!

I had to click on it because of Carl. I agree, it's an interesting idea. I think possibly a more overhead/top-down camera angle would have made it better as it's easier to see where each one is facing. As it stands, there was a moment I had to turn around and face the wall so that the clone could hit a monster. Still, great work for 10 days' time.


Also, Glurp Glurp and get out there and kill, kill, kill. I'm halfway through book 8, had to pause on reading it because of the jam lol.

My game isn't really in a playable state, but I submitted anyway. I'm proud of what I learned since I tried something completely different than I've done in the past this time.
I may continue this game but completely rebuild it so the code's not so jumbled. Since I have more of a direction on what the final thing may look like, I can switch to making individual systems with events rather than everything making calls to everything else.

I focused too much on making some things feel and look nice that I still don't have my core game loop finished... That being said, I'm really happy with the concept I came up with, I just hope that I can finish it in time and it ends up being fun.

My first game Jam game was also in the same boat, but almost in the opposite direction where I tried to tie too many things to the theme and it just wasn't fun to play.

I still submitted though, because the feedback I got, even though I knew it wasn't going to be great, helped narrow down the "why" so I learned a lot from it.

Don't expect your first game jam to be amazing. As long as you learned something, you succeeded. Even if that something was what doesn't work or that you over scoped.

Really liked it. the only things I saw are really nit-picks. The area in the first level where it shows "Sacrifice [E]" sends me back to the beginning rather than to the same room, and the movement seems shaky. 

I'm assuming you used transform.Translate when moving your character, as I've seen that cause the same thing during my testing. Another option would be to set the velocity of the rigid body (playerRigidBody.velocity = new Vector3(*direction*)) instead of just changing its position. 


Overall, really fun and well done!

Simple, but well done. I like the story.

The flag is the end. I was going to add narration to it to help explain what was going on, but ran out of time.

The wall jump issue I tried to fix with raycasting, but I guess I needed a ray for the top and bottom corners or another box collider to prevent the movement.

Thanks for the play and comment! :)