1. Create Levels with Aseprite
- Download Aseprite from https://www.aseprite.org/.
- Open Aseprite and go to File -> Scripts -> Open Scripts Folder.
- Copy the BreakoutGameExportScript tool script from the attachment into the scripts folder.
- Open the tool script and modify the export path (default is Desktop).
- Open the example level file from the attachment (demo.aseprite) and start designing. Note that the colors of the pixels you draw should match the colors defined at the top of the script (gray blocks are indestructible bricks, black blocks are background, and other blocks are destructible bricks).
- After completing the design, go to File -> Scripts -> Run Script to export the level.
2. Test the Customized Level
- Open http://breakout-games-online/.
- Enter the game and select “Custom Level”.
- Paste the level data into the input box and click “Start Game”.
- Experience your own level.
3. Submit the Level and Share with Others
- Open /addbreakoutchallenges to submit the level information.
- The administrator will review and add it to the game level list after approval.