I have three analog things I use first:
- Game Journal
- Whiteboard
- Multicolor 3x5 Notecards
Game Journal
I start here with stream of consciousness, aka brainstorming. I use an artistās notebook with unlined pages and use color pens so I can draw, as well as write. Hereās what I wrote for my game Skele-Tom:
GameDev.tv Halloween Jam 2025
This jam runs for 10 days, Oct 10th - 20th. The theme is a static-y TV model. It has optional themes/add-ons:
TRICK: A helpful feature that turns against you.
TREAT: Checkpoint system . . . to never lose your place!
So I want to create a game thatās really simple. Iām thinking a platformer where youāre a skeleton stealing candy from trick-or-treaters.
So maybe Steve the Skeleton or Skele-Tom, Skeletom, SkeleTom who steals candy from trick-or-treaters.
Skele-Tom
Skele-Tom now has a name, a song, and the start of a level. Also, a killer splash screen intro - though I would like to fix the one for the game jam.
Maybe a the TV background and then the jam name fading on top of it, instead of the backwards way it is now. (Itās reversed.)
Iāve also been thinking of asking the voice actor if heād like to record some efforts for Tom, as well as an āinterviewā I can play in the credits.
So I have a city setting and a graveyard setting. Iām thinking it would be cool to create springboards, moving traps, and candy with perspective shifts.
Whiteboard
I have a $20 whiteboard from Amazon on my wall. I use it to draw out my thoughts when trying to figure out how parts of my code will work. I like UML diagrams, specifically ones for software architecture. They often get used for figuring out all the states a player is going to have, and how they are going to interact.
Once I have it down, each class or state is transferred to a color-coded index card, which is taped to my wall above my computer, so I can erase the board for next time.
Multicolor 3x5 Notecards
In addition to copying things from the whiteboard, I also keep notes on color-coded notecards. If thereās something I want to do, but donāt have time for, I put it on a card.
- RED: Bugs go here.
- GREEN: ToDo list items go here.
- LIGHT PURPLE: Stretch Goals. Neat ideas I had that Iāll come back to if I have time.
- WHITE: Reminders of what I was working on that I put on top of my keyboard so I can go to sleep at night and know where to pick up the next day.
Thereās usually more colors than that, and sometimes I split things up by system. Player, Enemy, Sound, whatever. It depends on the project.