I'll find out if I can post them here a month after they have been published or something.

My current planning:

Article 1

How to set the screen mode.
How to exit the program on a ESC key
How to load an image
How to set up a game loop
How to display the image inside the game loop.


Article 2

How to load multiple Images (Will use an array for easy understanding)
How to display these images on the screen
How to detect a mouse click
How to respond to the mouse click
How to respond to make the game end when the Wumpus is found

Article 3

How to use game states to show an intro screen, game screen and a game over screen
How to use a procedure to display different screens
Font management (Using SDL?¢_Ts Sfont classes)

Article 4

How to add animations to the Wumpus
How to make the Wumpus respond to the player
How to add sound to the game (using SDL_Mixer).

All using SDL