Course:CPSC312-2016-Project2-Snake
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?
- We made the game into 2 players that will continue until game is won.
- Added game states to indicate how the games is progressing
- Randomly generated board with different snakes and ladders each game
What did we learn from doing this?
- How to work with multiple files
- How to use built-in libraries
- How to randomly generate numbers