Course:CPSC312-2016-Project2-Snake

From UBC Wiki

Authors: Willis Peng, Joy Zhang

What is the problem?

We are going to implement a board game called Snake and Ladders. http://www.wikihow.com/Play-Snakes-and-Ladders


What is something extra?

  1. We made the game into 2 players that will continue until game is won.
  2. Added game states to indicate how the games is progressing
  3. Randomly generated board with different snakes and ladders each game

What did we learn from doing this?

  1. How to work with multiple files
  2. How to use built-in libraries
  3. How to randomly generate numbers