Skip to content

Latest commit

 

History

History
62 lines (45 loc) · 2.14 KB

sai.md

File metadata and controls

62 lines (45 loc) · 2.14 KB

Sai Nimkar's Project Journal

XP Core Value: Communication

Week 1 Scrum Report

  1. What tasks did I work on / complete?
  • Researched various technologies that can be used to implement the game and mutually decided to go with Greenfoot
  • Looked up different basic games that can be implemented using Greenfoot.
  1. What am I planning to work on next?
  • Learning the Greenfoot technology
  1. What tasks are blocked waiting on another team member?
  • No Blockers
  1. XP Core Value
  • We were able to communicate well, brainstorm and reach to a common consensus.

Week 2 Scrum Report

  1. What tasks did I work on / complete?
  • Watched YouTube tutorials on building games in Greenfoot
  • Tried to implement a basic game in Greenfoot
  • Brainstormed on game ideas and decided to build the Pokemon Battle Game.
  1. What am I planning to work on next?
  • Design various components of the game by designing a high level architecture diagram.
  • Start implementation of the game
  1. What tasks are blocked waiting on another team member?
  • Get Feedback on the Architecture Diagram.
  1. XP Core Value - Feedback
  • We followed a regualr sessions of feedback in the team.

Week 3 Scrum Report

  1. What tasks did I work on / complete?
  • Studied the boilerplate code and figured out the logic for BattleTag and Pokemon Classes
  • Figured out the design patterns that can be implemented in the project.
  1. What am I planning to work on next?
  • Implement the observer design patterns in the code.
  1. What tasks are blocked waiting on another team member?
  • Implementation of the Intro World and Scrolling World as well as certain dependent classes and interfaces such as IPokemon
  1. XP Core Value - Communication
  • We were constantly in communication with each other via zoom calls

Week 4 Scrum Report

  1. What tasks did I work on / complete?
  • Designed and implemented Observer Design Pattern in BattleTag and Pokemon Classes.
  • Created the User Story Video and UML Diagrams
  • Finished documentation
  1. What am I planning to work on next?
  • N/A
  1. What tasks are blocked waiting on another team member?
  • N/A
  1. XP Core Value - Simplicity
  • We tried to keep the code as simple as possible.