I've been learning some C# for the last year, now I'd like to make a graphical game. I'm in the research phase of my development now.
3D games are fairly popular, but difficult to make. 2D games are much easier to make, and suitable for a team of one, me. Therefore, a 1D game would be even easier and a perfect to start with.
Does anyone know of any tutorials for creating a game in one dimension? I'd like to make it with a simple character than can move left or right only (maybe even run).
UPDATE
I want this to be a simple side scrolling game like Mario, except there would be no enemies and no jumping, just 1 dimensional movement.
Little fun, much LEARN :)