- Set up repository
- Make plan
- Begin writing skeleton code
- Create a player object class and a question object class
- Shouldn't be any issues or challenges yet
Finished skeleton code and question class.
Try to send a question with a response answer from one machine to another
The process of sending a message from one machine to another reliably will most likely be the most daunting challenge of the project. The demo in class will be followed as a guideline for this problem.
- Break down more on the bullet points. For example Finished skeleton code and question class --> What are in the skeleton code? What question class is for?