Submitted by , posted on 20 April 2003



Image Description, by


Here are some screenshots of our completed Asteroids clone. I created it together with Leonard Schreur, who did the graphics. The gameplay is very alike Asteroids, maybe except for the "boss" stones :-)

We created it to get more practice in 3DS Max (Lenoard) and SDL and its related libs (me).

Some features:
  • Antialiased Sprites
  • Pixel-precise collision detection
  • (Cross) fading using alphablending
  • Technical: The game is programmed with C++, SDL, SDL_image, SDL_mixer and BFont.

    Because of all the pixel operations (antialiasing), and (on most hardware) non-accelerated alphablending, all rendering happens onto a software surface (all images also reside in system memory). After each frame, the software surface is copied to a hardware double-buffer, which is then flipped, so we still get synchronized blitting.

    For more information and downloads, please follow this link: http://www.2dgame-tutorial.com/sdl/asteroids/asteroids.htm (Please note: Windows version only!)

    Patrick & Leonard.



    [prev]
    Image of the Day Gallery
    www.flipcode.com

    [next]


     


    Copyright 1999-2008 (C) FLIPCODE.COM and/or the original content author(s). All rights reserved.
    Please read our Terms, Conditions, and Privacy information.