Results 1 to 10 of 50

Thread: PGDmC: 2-bit Racer

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    PGD Staff code_glitch's Avatar
    Join Date
    Oct 2009
    Location
    UK (England, the bigger bit)
    Posts
    933
    Blog Entries
    45
    I have to admit, from the name it sounds like 4 bit color/grey...
    I once tried to change the world. But they wouldn't give me the source code. Damned evil cunning.

  2. #2
    Quote Originally Posted by code_glitch View Post
    I have to admit, from the name it sounds like 4 bit color/grey...
    Maybe I should call it "2-button Racer" then?

  3. #3
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25
    Well technically with 2 bits you can count from 0 to 3... so that's 4 states.
    Jason McMillen
    Pascal Game Development
    Co-Founder





  4. #4
    Quote Originally Posted by WILL View Post
    Well technically with 2 bits you can count from 0 to 3... so that's 4 states.
    he's got you there Ingemar, but name it what you want - still sounds cool

    cheers,
    Paul

  5. #5
    A little status report:

    - Collision detection is now really good. I have experimented with stationary objects and it works well, quite stable.
    - Camera placement is now decent. For quite some time the camera kept catching up with the car which looks bad.
    - I have done some work on my own models. Sadly, I am no 3D artist so they are either simple or look terrible.
    - Start/finish/checkpoints, not finished but soon. Maybe working this evening.
    - Work on level data files.

    Left to do:
    - Make the checkpoints work properly (and related game mechanics).
    - Computer players with decent AI.
    - Particle system for smoke.
    - Better sound effects. (cfxr is a great tool, but the sound quality is not always ideal.)
    - Optimization through VBOs and frustum culling. I will probably skip that for now as long as it runs fine on my MacBook.
    - Make it fun to play. Really the hardest problem of all.

    The biggest critical problem still unsolved is how to make AI players, and I really need that. But anyway, for being a 3D racing game that is not built on any 3rd party engine, I am rather happy.

  6. #6
    Sounds great Ingemar, keep going mate

    cheers,
    Paul

  7. #7
    Quote Originally Posted by paul_nicholls View Post
    Sounds great Ingemar, keep going mate
    Thanks! Sadly, that's exactly what my game AI's does not do right now. They get stuck. Oh well, they are the latest addition so I just have to figure out a few more rules for them to follow.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •