Thread: the redeeming demo :D

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Used Registerer jdinger's Avatar
    Join Date
    Feb 2002
    Posts
    1,065

    the redeeming demo :D

    After realizing that I was poorly rushing through my code and missing some big design flaws, I decided to take a week and just hit the notepad/pen and rework some of the major elements of my game engine. And I feel it paid off. I am able to get 30+ fps on my crappy laptop with 2mb of vid mem and a 266 mhz processor and 86+ fps on my desktop p3 933 mhz with 16mb vid mem.

    You can download the demo here.

    It features:
    1-Full functioning map scrolling with custom clipping algorithms (that was the hardest hill to climb!)
    2-Interactive GUI - you can use the sample combobox to adjust mouse movement speed.
    3-No wasted blits as my custom clipping algorithms ignores tiles that are outside of the viewable area and properly clips/adjusts those that are.

    Now that I've got these features in place I can start to work on the map/scenario editor (which I will *probably* release with the final game) and the troopers'/bots' AI.

    Let me know what you think!
    Last edited by jdinger; 07-16-2002 at 10:01 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Forming RTS Demo Team – Sixth Extinction
    By SteelRain4eva in forum Projects and Job Recruitment
    Replies: 0
    Last Post: 06-08-2006, 08:47 PM
  2. Finding a knoppix demo in win32 form
    By Stan100 in forum Tech Board
    Replies: 3
    Last Post: 01-15-2005, 06:08 PM
  3. Adventurers and Outlaws and new Demo
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 11-07-2004, 05:06 AM
  4. Second MoA Demo Tomorrow
    By harryP in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 09-30-2002, 07:22 PM
  5. SkyLock graphics engine demo
    By jdinger in forum Game Programming
    Replies: 18
    Last Post: 06-26-2002, 07:58 AM