I agree with SmartBoy.
Some other tricks of mine:
*work iteratively. This means, make a first version of your game that is very small but playable and complete. For example, in LoK:Revival, I made a first complete playable level and when I made a second level, I added pushables boxes. And then another level and I added wind streams and conveyors belts. When some of these levels were done, I came back to add some of this new stuff in the previous levels. That way, you always have a new stimulating challenge in front of you and it's not always repetition. Also, when the going gets rough, you take a short break (couple of minutes/hours), play the levels that are already done and see why you're working on this project: hey the first level is amazing, completed and the next ones are going to be even better!
*improvement: maybe a bonus side effect of working iteratively. Since you're going through all stages of game development many separate times by working iteratively (work on player sprite, work on obstacles, work on level design, work on graphics, work on sound and music, work on special effects, start over for the next level), you're going to improve each time and while working on a step further down the road, you might get new good ideas for the previous stages. But since you know you're going back on this step for the next level eventually, there's no need to undo anything, you add this stuff later on: new challenges and motivation.
*stop working when it's easy or fun / keep working through the hard times. This one I sort of stumble upon by accident. I realized that when I invest a couple of hours on my game, it's important to stop this work session when what you are doing is fun or easy (even if you don't want to), but never stop working when what you're doing is annoying or difficult. This way, when you have time to work on your game again, you know that it will be easy and fun right away, you will want to continue working on this as soon as possible. But if you know that what is waiting for you is difficult or annoying, you're going to postpone and find excuses not to work on the game.
*find out what motivates your project: it's best to start working on a project that interests you on many levels (that is a way to determine which project to work on before you start). For example, I did Lok:Revival because it was interesting technically (I learned more C#), storywise (I love Lok series and wanted to write an ending to it) and gameplay (I love metroidvanias, so making one was fun all along). This way, when the going gets rough on one point ("pfff! learning C#: who cares!" or "Lok story... whatever, it's dull"), you still have the other unrelated aspects of the game to keep you motivated. Also, this is to make sure your new project is not the "taste of the hour" that will motivate you like a wildfire: hot and strong for a short time and nothing left after. It's better for it to burn less hard but last long enough for you to complete the project.
*Never stop working for a long period of time (never more than one or two weeks): this way, you won't forget about it and forget what you love about it. If you really really have no time to invest, then just open the project and fool around with it. Or draw levels on paper, take notes, anything. Just don't let the project out of your mind.
I thinks that's about it.
By the way, when you complete a project: the accomplishment is quite a buzz!

Have fun!