Menu

tux adventure / Blog: Recent posts

Tux Adventure 0.1

Hi all !

The version 0.1 is here ! The program reaches the basic functions expected when I start the project. So, it's time to freeze the code and set as base for the next version, 0.2.

In the Download section you find the source code with all the required files. To compile the program you need GCC, SDL, SDL-image, SDL-ttf, SDL-mixer packages (and respective -devel packages). And run:

gcc -o adventure src/adventure.c sdl-config --cflags --libs -lSDL_image -lSDL_mixer -lSDL_ttf... read more

Posted by David 2011-10-19

Tux Adventure - a Antartic Adventure remake (or demake?) :)

Hi all,

Antartic Adventure, a game developed by Konami in 1983 for MSX and NES Systems (among others). A Penguin running in Antartic lands to reach the finish (a scientific building) before the time ends.

Wanting to know the C language, and experience the work of making a videogame. I started this project to create, in my spare time, a remake of this game using this language and the SDL libraries. I'm trying to follow the original game and add some details from me.... read more

Posted by David 2011-09-23
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.