These are instructions on how to swap out powerups in this game. A list of powerups to choose from can be found in Powerups.txt 1. Right-Click the game and select "Open File Location" 2. Open up "5-card-slingo-daily-challenge.html" with a text editor (Notepad ++ is recommended because of its replace function ) 3. Use the find function to go the line that reads /* CHALLENGES JSON OBJ */ 4. On the line directly below that, notice the "goal":"pair,pair,two_pair,straight,full_house" part of the line. The goal can be changed by changing which hands are listed 5. Open "Hands.txt" and choose the hands that will make up the new goal (Using the same hand multiple times is acceptable) 6. Find all of the sections that read "pair,pair,two_pair,straight,full_house" and replace them with the goal made up in step 5 7. Go back to the line mentioned in step 4 and look for a section to the right of the goal part that reads "MT,GC,BH". Notice that next to this section, there is another section that reads ["reelMultiplier","reelGem","bounceSlingos"] this will be needed later on 8. Open "Powerups.txt" and choose up to four powerups you would like to use 9. Replace Any two digits letter codes in the first section mentioned in step 7 with the codes of the chosen powerups (Remember to save the changes made to the file) 10. Replace Any "PwrName" in the second section with the ones corrisponding to the chosen powerups (Note: the position for both the 2 letter code and the "PwrName" should be in the same position I.E. if MT is placed in the third position of the first section, "reelMultiplier" should be in the third position of the second section) 11. Launch the game and enjoy