How Do You Keep Track of Tasks During Game Development?
Forum rules
Ren'Py specific questions should be posted in the Ren'Py Questions and Annoucements forum, not here.
Ren'Py specific questions should be posted in the Ren'Py Questions and Annoucements forum, not here.
- Obscura
- Eileen-Class Veteran
- Posts: 1431
- Joined: Fri Mar 09, 2012 6:58 pm
- Projects: Coming Out On Top
- Location: United States
- Contact:
How Do You Keep Track of Tasks During Game Development?
Hey creators! Currently I keep track of all of my "todos" for my game on a spreadsheet.
Is there an alternative method you find a lot more useful?
Is there an alternative method you find a lot more useful?
- Auro-Cyanide
- ssǝʇunoƆ ʇɹ∀
- Posts: 3059
- Joined: Sun Jul 25, 2010 9:02 am
- Completed: http://auro-cyanide.tumblr.com/visualnovels
- Projects: Athena
- Organization: Cyanide Tea
- Tumblr: auro-cyanide
- Deviantart: Auro-Cyanide
- Location: Melbourne, Australia
- Contact:
Re: How Do You Keep Track of Tasks During Game Development?
I have lists. Lots and lots of lists. This won't be particularly helpful to most people though, I just like to write stuff down, usually over and over again. And I like highlighting things.


- Obscura
- Eileen-Class Veteran
- Posts: 1431
- Joined: Fri Mar 09, 2012 6:58 pm
- Projects: Coming Out On Top
- Location: United States
- Contact:
Re: How Do You Keep Track of Tasks During Game Development?
*squints* Whoa, Auro! I didn't know you guys were including x-rated material!
Hahaha, just kidding. That's pretty cool you go the paper and highlighter route. I can't remember the last time I printed something out...
Hahaha, just kidding. That's pretty cool you go the paper and highlighter route. I can't remember the last time I printed something out...
- myapple
- Regular
- Posts: 151
- Joined: Sat Jun 30, 2012 12:34 pm
- Projects: RoG2.0, Stirling
- Organization: red inc.
- Location: Tokyo
- Contact:
Re: How Do You Keep Track of Tasks During Game Development?
I have a giant google doc full of a list of necessary graphics I need to do... and each picture has a status so I know what stage i'm at.
Also if there are specific things I want to get done in a day, then I write them on the whiteboard behind my desk and erase them when done.
But that's pretty much all ^^;
Also if there are specific things I want to get done in a day, then I write them on the whiteboard behind my desk and erase them when done.
But that's pretty much all ^^;
- Vegeluxia
- Regular
- Posts: 73
- Joined: Mon Oct 10, 2011 12:44 pm
- Projects: The Exorcynic (WIP), CPU-CITY (WIP)
- Tumblr: lemonylulu
- Deviantart: Vegeluxia
- Location: USA
- Contact:
Re: How Do You Keep Track of Tasks During Game Development?
I like using flowcharts. Helps to establish how the plot progresses, character development, for the map design, puzzle design, ect. If we don't know what we want yet, we just add a blank bubble so we know what we need to come back to.
When I actually get into writing/drawing/programming things, I can just put a check next to it on the chart so I know it's done.
When I actually get into writing/drawing/programming things, I can just put a check next to it on the chart so I know it's done.
- 9-of-Hearts
- Regular
- Posts: 115
- Joined: Sun Nov 11, 2012 9:07 pm
- Contact:
Re: How Do You Keep Track of Tasks During Game Development?
Maybe my input doesn't hold much weight since I haven't really done anything yet, but all my planning and tracking is going in a detailed Word Doc with tables, highlighting, and side notes where necessary and appropriate. Outlines, conversation topics, calendars, asset lists. etc.... all go in there.
I actually do feel highly organized (for once in my life) when I open the doc(s) to work on it/them.
I tried doing a flowchart but that was way confusing for me.... even the simpler programs for it didn't help.
I actually do feel highly organized (for once in my life) when I open the doc(s) to work on it/them.
I tried doing a flowchart but that was way confusing for me.... even the simpler programs for it didn't help.
- nyaatrap
- Crawling Chaos
- Posts: 1824
- Joined: Mon Feb 13, 2012 5:37 am
- Location: Kimashi Tower, Japan
- Contact:
Re: How Do You Keep Track of Tasks During Game Development?
I only use analogue papers to memo random tasks. I barely write, but sketch. For example, when I got an plot idea, I draw its scene instead of write. My note is filled with images and few letters. I don't think it's useful generally. But fun for me XD
Last edited by nyaatrap on Sat Jan 26, 2013 6:12 am, edited 1 time in total.
- myapple
- Regular
- Posts: 151
- Joined: Sat Jun 30, 2012 12:34 pm
- Projects: RoG2.0, Stirling
- Organization: red inc.
- Location: Tokyo
- Contact:
Re: How Do You Keep Track of Tasks During Game Development?
The easiest/simplest flowchart program i've used is https://bubbl.us/. If you get a free account you can save up to 3 charts online to edit at any time (or save them as image files and download them to recycle the slots for other things.9-of-Hearts wrote: I tried doing a flowchart but that was way confusing for me.... even the simpler programs for it didn't help.
I'm not sure if it would help you, but it's worth a try :) Even if they are a pain, I think flowcharts are the easiest way to map out a plot that has multiple paths and endings >_<.
- jack_norton
- Lemma-Class Veteran
- Posts: 4067
- Joined: Mon Jul 21, 2008 5:41 pm
- Completed: Too many! See my homepage
- Projects: A lot! See www.winterwolves.com
- Tumblr: winterwolvesgames
- Contact:
Re: How Do You Keep Track of Tasks During Game Development?
I use openoffice spreadsheet but also random notes on notepad that I keep near the PC 
- Carassaurat
- Veteran
- Posts: 250
- Joined: Sat Feb 25, 2012 5:06 pm
- Location: the Netherlands
- Contact:
Re: How Do You Keep Track of Tasks During Game Development?
Ren'Py keeps track of your anything you write after "# Todo" in your script files under Navigate Script; that might be useful for keeping track of the little tasks.
- Taosym
- Veteran
- Posts: 358
- Joined: Wed Oct 05, 2011 6:27 am
- Projects: http://lupiesoft.com/
- Organization: Lupiesoft
- Location: United States
- Contact:
Re: How Do You Keep Track of Tasks During Game Development?
I'm reminded of this scene.
http://www.youtube.com/watch?v=vDysom-y3ho
Personally I write everything down in Google Docs, including everything I've ever said to other team members regarding the setting.
Often times when I'm explaining something about the game, it's often the first time they, AND I have heard of it. So it's important to write down those revelations.
Mostly because I will forgot just about everything regarding key details of a story. It also helps for me to read aloud, and talk to myself on a constant basis.
http://www.youtube.com/watch?v=vDysom-y3ho
Personally I write everything down in Google Docs, including everything I've ever said to other team members regarding the setting.
Often times when I'm explaining something about the game, it's often the first time they, AND I have heard of it. So it's important to write down those revelations.
Mostly because I will forgot just about everything regarding key details of a story. It also helps for me to read aloud, and talk to myself on a constant basis.
Re: How Do You Keep Track of Tasks During Game Development?
I keep a to-do list on my desktop... Though it's not very effective, considering that they're all New Text Document and I don't know what is what. All the important things go into a spreadsheet on Google Docs though. Easily backed up and won't go missing C:
- saguaro
- Miko-Class Veteran
- Posts: 560
- Joined: Sun Feb 12, 2012 9:17 am
- Completed: Locked-In, Sunrise, The Censor
- Organization: Lucky Special Games
- itch: saguarofoo
- Location: USA
- Contact:
Re: How Do You Keep Track of Tasks During Game Development?
Thank you! I use #TODO but had no idea this was built into the launcher.Carassaurat wrote:Ren'Py keeps track of your anything you write after "# Todo" in your script files under Navigate Script; that might be useful for keeping track of the little tasks.
I use OneNote for task management.
Re: How Do You Keep Track of Tasks During Game Development?
Excel. =D
Don't know where I'd be without them.
I write down what to draw, what happens to who on which day, I compare characters who might be too similar, I write data sheets and their life story, etc.
God help me, I even solve my relationship problems in real life with Excel. /fail
I like using colours to fill out a cell so I see what I still have to do or what I already did~
Well, I also use Scrivener occasionally, though it's a lot like Word.
It's just nice to have everything in one place. [But I normally forget this option and use Excel. /fail]
- R.
Don't know where I'd be without them.
I write down what to draw, what happens to who on which day, I compare characters who might be too similar, I write data sheets and their life story, etc.
God help me, I even solve my relationship problems in real life with Excel. /fail
I like using colours to fill out a cell so I see what I still have to do or what I already did~
Well, I also use Scrivener occasionally, though it's a lot like Word.
It's just nice to have everything in one place. [But I normally forget this option and use Excel. /fail]
- R.
- Biotikos
- Regular
- Posts: 33
- Joined: Sat Jan 19, 2013 4:50 pm
- Projects: Eien no Mirai
- Organization: Biotikos Development
- Skype: aleatory-22
- Contact:
Re: How Do You Keep Track of Tasks During Game Development?
I use Office OneNote to do schemes; schemes about the plot in the next chapter and the plot of the story itself, the branches, the characters and their relations with others... therefore I use Google Docs also to keep on track what I need and who does it xD
Who is online
Users browsing this forum: No registered users



