# Your checklist for this pull request ## Author name **Author:** ## About your game **What is your game about?** **How do you play your game?** ## Code Check off the items that are true. - [ ] The game was made using the [Sprig editor](https://sprig.hackclub.com/editor). - [ ] The game is placed in the in the [`/games` directory](https://github.com/hackclub/sprig/tree/main/games). - [ ] The code is significantly different from all other games in the [Sprig gallery](https://sprig.hackclub.com/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 the others from [gallery](https://sprig.hackclub.com/gallery) ## Image (If an image is used) - [ ] The image is in the [`/games/img` directory](https://github.com/hackclub/sprig/tree/main/games/img). - [ ] The name of the image matches the name of your file. > Thanks for your PR!