Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

The game itself itself was not very exciting, but the concept is fantastic. The keyboard gimmick was really neat, but I'm glad that you also gave the option to use your mouse since the novelty wore off quickly. Being able to choose the path makes your options very limited as there's only one optimal path, but I understand that's what you were going for, and the challenge is to figure the one or possibly two paths that work.

The key counter at the top of the screen didn't convey the idea of how many keys I could use very well,  partially because you don't know the limit until you've exceeded it, and partially because you can place as many keys as you want and the only indication is that the number changes color, which is likely to be missed entirely since nothing about the limit is explained in the help screen and the change from yellow to white is rather subtle.

I thought that I had hit the key limit once the number changed color, but I found it impossible to form a path within the limit in one level. However, I added another key past what I assumed was the limit and the simulation ran, which made me wonder if the color change was indicative of anything or if the only way to know you've hit the limit is to attempt to run the simulation and fail to start.

I feel the number should start at the maximum and count down to 0, and prevent you from placing any more keys then. The number becoming red would have been a better indication of being over the limit, since it stands out more and is generally associated with wrong things.

Yeah I quickly realised that it wasn't ideal if you had to look up and down between the screen and your keyboard, so I added the ability to use your mouse. Which also solves the issue of different keyboard layouts. Indeed most levels only have a limited amount of possibilities. However, this is also to make sure that the player has some guidance. I don't know if you've played level 9, but that level is quite difficult because there are too many options and there is no previous explanation of what to do when there are multiple starting keys. With each level I tried to teach the player a new trick that they could use in the level after it. Like level 5 shows you that towers are more effective if you circle the path around them, you then use that knowledge in level 8 and 9. Level 6 introduces the wall key and the radial tower, then level 7 expands on those lessons.

I agree that the implementation of the trophy system isn't great. It was meant to give players an incentive to replay levels and to create extra difficulty for those that wanted it. It would have been nice if players were told whether or not they got the trophy at the end of each level. Since players are now only made aware of it in the level select screen. Making it count down and turn red might just confuse the player. Perhaps creating a limit for the amount of keys that can be used is a good idea, something like the minimum + 5. Currently you can enable as many keys as you like, then the pathfinding system determines the shortest route using the keys you've enabled and the amount of keys it uses determines whether or not you meet the requirement. If you're interested, I made a devlog showing the solutions for every level and what I intended for the player to realise in each one.

Ohh the shortest route, I see. I was confused by the fact that it removed all the excess keys. Maybe you could keep the enemies taking the shortest route but leave all the keys on screen? Also I'm pretty sure at least one or two times I had a path that definitely connected to the end but it didn't allow me to run it.

The pathfinding system is a bit complex, but in essence it calculate the distance from the edge of one key to the edge of another key to determine if there is a valid connection between two keys. The margin is quite large so it should just work (- Todd Howard).

Do you remember what level it was and with which keys?

no sorry todd