Code Blocks Type Puzzle

I’m currently working on creating a unique puzzle game for a round in my game, my idea would be to make it similar to something like scratch, where you could drag around blocks of code, that perform certain actions such as moving forward or turning. You would have a 10 by 10 grid with a block that you can move using different blocks of code, and a randomly generated maze that would require you to use a different combination of code blocks in order to navigate. Feedback is appreciated, would this be something that you would like to see, and what potential complications might arise from this, or any suggestions you have.

Note: By code blocks I don’t mean that the player would write code, instead they drag code that is already written, in a certain order, after they’re satisfied with their solution they can run their code and see if their block is able to escape the maze. Another thing I should mention is that this is going to be a competitive type game, so players would be competing against each other to compete the puzzle first or against a timer.

3 Likes

This seems like a good idea and it’s like a learn and explore type of game, I think your game has potential if you plan things out correctly.

It wouldn’t be an entire game it would just be a round in a game.