Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Your checklist for this pull request
Author name
Author:
Author:
Arjan Chaudhary
About your game
What is your game about?
Diddy Don is a maze game where the player must navigate through walls, collect all the coins, and avoid zombies chasing them. The zombies actively try to move towards the player, making the game challenging.
How do you play your game?
Use the WASD keys to move the player character (p) around the maze. Collect all the coins (c) scattered around the map. Avoid zombies (z) that chase you each turn. If a zombie reaches you, the game ends with a "GAME OVER". Collect all coins to win the game.
Code
Check off the items that are true:
The game was made using the Sprig editor.
The game is placed in the /games directory.
The code is significantly different from all other games in the Sprig gallery (except for games labeled "demo").
The game runs without errors.
The name of the file/game contains only alphanumeric characters, -s, or _s.
The game name is not the same as others from the gallery.