I'm not really your target audience (not making games, I'm just amused by them
) but I think that sounds good. I would add one thing though, and this could very well be part of the post with the project and not a video, and it's painting the code picture with the broad strokes. You know, stuff like "The game has a
main game loop. In it we always do these seven things, in this order: 1. Move ball. 2. Move bat. etc etc"
I remember when I started making games on the C64 (happy days), when I didn't really have this insight. Instead I instantly started with the most detailed coding right away, making for an unholy spaghetti mess and no real segmentation of code.