- Whiteboard the problem, discuss your solutions among your group
- Choose one person in your group to create the
Rock Paper Fireball
repository on Github. This person will be known as the maintainer. - Each other member must fork and clone their fork of this repo.
- You may pair program, however every member must contribute something by committing and pushing the commits.
- Each fork will create pull requests for the maintainer to review, accept, and merge into the original repo.
Rock paper scissors is a classic 2 player game.
Each player chooses either rock, paper or fireball.
The possible outcomes:
- Rock blocks fireball.
- Fireball engulfs paper.
- Paper covers rock.
The game will be played in 3 phases:
- User makes a choice
- Computer makes a choice
- Resolve the outcome, display the results/winner
The game will be rendered onto an (valid html5) web page.
- Add graphics
- Add a play again button
- Add a score board
- Make the computer learn