Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+2)

Nice game! I like the unique take on the theme by using A and I a little bit more literally.

Visuals are very cute and well made. Although I would recommend having the black outline on the player sprite also be around the bottom, so it doesn't look like she's floating. (Really only a hard issue with very small resolution games, most of my games also have this visual issue.)

I liked the story presentation, was nice to have a full cutscene for it. 

The mechanics were cool, really got a lot of use out of two simple objects. I was really hoping that you would be able to put the A on the I and push it around, but I can see how that may be difficult to implement depending on how the rest is made. 

Rotating felt a bit weird, and I think its because it rotates left and I think most games use rotate right.

The A beam felt a bit wonky, mostly when trying to leave it. Which can be troublesome for intended level solutions, especially when the solution you get may feel wrong. 

Music is a jam!

Nice game!

Thanks!

TO be honest, I remember coding the rotation and realising “oh this turns left oups”. And since I played it a lot, I got used to it and then forgot about it xD Thanks for the black outline advice ! Unfortunalty it’s a slight visual issue that wan’t my priority before the last few hours and since our sprites are 16*16 I didn’t wanted to change that in the last hours. I did tried to fix it by other means but it didn’t worked :(

And yeah, the A is definitely very glitchy. It took so long to code, and isn’t perfect. but that’s also probably because I actually never implemented a pushing mechanism, it’s just a rigidbody that apply a force and push the other one ^^’

And beleive it or not, I really wanted to implement a pushing the A / combining them ! But I would never had the time to make that work, because it also means puhsing a A facing a I, retracting a A, pushing the same piece in 2 directions at the same frame etc… I did do all of thoses for my last game-jam game (TELE/WEAPON), but in this one objects doesn’t grow or have gravity, and have a specific time at witch they all act, witch makes everything easier.

Thanks for the review!