Results 1 to 10 of 12

Thread: My entry to 3rd PGD challenge - no name yet

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25
    Sounds interesting. This would be an interesting project to see come to life.

    Good thing you didn't really name the thread then huh? That's okay, sometimes the more creative ideas just don't turn out. The cost of being experimental.

    Well if you don't complete the idea, might as well submit something anyway. You at least have the rest of today to get it to a showable state or form of completion.
    Jason McMillen
    Pascal Game Development
    Co-Founder





  2. #2
    Quote Originally Posted by WILL View Post
    Well if you don't complete the idea, might as well submit something anyway. You at least have the rest of today to get it to a showable state or form of completion.
    All I have are just bits and pieces:
    - reimplemented A* pathfinding algorithm which I haven't even tested thouraly so I'm not sure f it even works properly. No multiparameter decision implemented ye
    - modified Catmull-rom example which bases on Paul Nichols example. I modified it so I can change focus points position at runtime. Catmull-rom curve rendered on Form, several panel used to represent focus points and move them around
    - some decision making code which should controll which car goes through the crossing first by obeying some trafic rules (right rule, main road, etc.) which doesn't work as it should. Don't ask me why?

    Anywhay again I have no enty for PGD competition/challenge.
    This is no wonder by the fact that I hardly found about 6 days worth of free time that I could focus on this.
    But that was not enough. My game deveopment knowledge is to low for me to pull something of in such a short time.
    Not to mention the fact that I always try to do hard things rather than easy ones.
    I could have tried to do some basic RTS (just combining few easy to get code pices together) but NOOO that would be to easy. I always need to complicate things

  3. #3
    Quote Originally Posted by SilverWarior View Post
    Not to mention the fact that I always try to do hard things rather than easy ones.
    I think this is really the point of these challenges. These challenges do not test our knowledge of programming games. They test how good we are at comming up with a game concept that we can fulfill in the given time, and how good we are to prune away features that are not needed.

    It's too bad if you don't have anything to submit, but at least the experience should make you a better game designer in the sense that you know what you can or can't complete in a 30 day challenge.
    Imagine I've written something clever here inspiring you to make something awesome. If that happens give me credits

  4. #4
    Quote Originally Posted by pstudio View Post
    It's too bad if you don't have anything to submit, but at least the experience should make you a better game designer in the sense that you know what you can or can't complete in a 30 day challenge.
    That is true.
    And one day I will finish my entry in time and I be damned if I won't.

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
  •