• Register
Post tutorial Report RSS Team management tools and techniques

Some of the tools and techniques we use to keep our team on track while we're working together via the internet.

Posted by on - Basic Management

There are several tools and strategies that can be employed while working together with a team. The most important thing to have on your side is a team development strategy. Our strategy of choice is what's called Agile Dev strategy. We've modified it to suit our needs and you can do the same but I'll give you a quick overview of how this works.

First off you have to have regular meetings, I know this isn't something that's usually fun but it helps keep your team accountable for what they're doing. There are a series of meetings that must be held in the beginning of any project. After the initial idea is formed and hashed out in whatever manor you choose, most times for us it's just a few brainstorming sessions that happen naturally, the rest of the process is as follows:

1.) Requirements meeting

- Take the basic idea and together right a document that describes in vague details the users progression through the game and basic game mechanics.
- Hash out any details about how different systems interact in a nontechnical fashion.
- Be sure to split up how these ideas interact with each other to make a FUN game.

2.) Task Planning Meeting: This is where technical specifications come into play

- The group writes a separate document that spells out in exact details the different minor tasks that must be completed to accomplish each requirement spelled out in the Requirements document.
- These tasks must be in bite sized chunks like (draft character sprites for running, design back-end code for start menu, implement graphics for start menu, or record hit damage sounds)

3.) Scoring meeting: This part is a little difficult to understand at first

- Using a point system from '1' being a very quick and easy task to '10' being the most difficult and time consuming task, the group gives points to each task in the Task Planning Document. All members of the team give what they think the points should be for each task regardless if they will be the one completing it or not.
- Not everything has to be scored in the first meeting since the points will slowly be adjusted as they gain relevance. The points are arbitrary until work begins and everyone understands the difficulty of certain tasks.

4.) Sprint Planning: A sprint is a predetermined period of time a week, two weeks, a month. This will be used as the method for measuring how long the game will take to create. The team must decide when to hold each sprint planning meeting and hold to that day of the week every time.

- Report individual task completion and record points
- Sprint retrospective and sizing: A look back on how things went during that sprint and whether or not points should be changed on future tasks to better represent the work needed to complete them.
- Announce to the team the current level/percentage of completion: Using the total points and the points completed you can give a percentage of the planned project that is complete. Also, after a period of time and an average points completed per sprint you can get a clear picture of how long it will take to finish the project.
- Each member of the team pulls points/tasks to complete for the next sprint.

Once the game is complete a Full game retrospective should be held in this final game meeting the process used to complete the previous game should be reviewed. At which point, the process can be refined for future game. The process is never going to be perfect but it can be improved upon during every iteration.

Tools to help this process:

Dropbox : www.dropbox.com


This is a cloud data storage system where the team can share any files necessary for the project up to 2 GB free for the entire team. All art assets and documents can be kept here and it is very secure.

Teamspeak: www.teamspeak.com


Client and server download click this link:
Teamspeak.com

Teamspeak is a great way to have a permanent conference call line open for your team. You can host your own server for free and all use of the clients are free.

Join Me: Joinme.com


Join Me is a screen sharing system which is great for meetings and demonstrations to the team. This will allow you to show documents that are being worked on and also show anything else to your team.

Bitbucket: Bitbucket.org


This is a free source control site that will allow you to share code to all the teams developers. Using this site will stop you from having to constantly send files back and forth while they get updated from your dev team. They also allow free private source control.

SourceTree: Sourcetreeapp.com


A free source control application that you will need to use to link to your bitbucket account. This will allow each developer to pull, push, and commit code. Also it will keep individual users from over righting each others code by managing it for them.


Using these tools will allow proper management of your team and keep people on track. With use of or Game Dev Agile Approach you can make the development of the game more like a competition than like actual work.

If you have any questions please feel free to comment!

Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account: