The random rantings of a concerned programmer.
Archive for January 20th, 2005

Entry #70

January 20th, 2005 | Category: Uncategorized
  • Random Observation of the Day
    Coding and alcohol do NOT mix.
    The results will become apparent several days after the event…

PWNED!

Okay, I reworked some stuff in my enemy class, so now I can add hardpoints with the.. guess what? addHardPoint() function. This will be helpful if I want to read enemy data off a file or something. Equally good, there is an enemy::fire() function. Here’s a sample of 2 enemies shooting lotsacrap at my shit (clipped):

I have the coldet done, just need to call the function. Next is AI, then level design + fstream crap, then a GUI and stuff. Oh, and special effects along the line somewhere too. Might add motion blurs tommorrow for kicks. Well, more like later today, as its in the wee hours of the morning.

The scary part is, I’m working under the assumption there will be too much snow to drive tommorrow… UH OH

4 comments