Worm | Adding some crackle.

The core mechanics of the game are now complete, but we can extend the development to embed what we have learned and create a better game. These extensions are presented in three levels of increasing difficulty we call, 'snap', 'crackle' and 'pop'. You are now on your own, but challenge yourself to see how far you can get using the stages in the tutorials for reference and other online sources.

  1. Add sound effects to the game. There are some sounds you can use in the assets library.

    You learned about sounds in the Pong tutorial, stage 9.
  2. Extend the game to 3 or 4 players.

    You learned how to add a second player to the game in stage 7.
  3. Add a scoring system to the game. When food is eaten, increase the player's score by 1.

    You learned about text labels in the Pong tutorial, stage 8.

Now progress to the next set of challenges. Stage 11 >