Thread: People interested in Joint game making in the future

  1. #16
    monotonously living Dissata's Avatar
    Join Date
    Aug 2001
    Posts
    341
    Originally posted by Unregistered
    Making a tile based game is a little weak in my opinion since it is behind the times. ...

    two things,

    1) tile games are still some of the best games, even newer games
    ~ diablo 2
    ~ starcraft


    2) programming in 3d is extremely difficult, and it was already stated that they wanted to make their own unique game not using anyone elses code.
    if a contradiction was contradicted would that contradition contradict the origional crontradiction?

  2. #17
    Unregistered
    Guest
    Originally posted by Uraldor
    I think that is what I wanna do for my first real game

    Zelda?!?! HAHA.. you really think that all it takes to create something like Zelda is a few chaps from around the net getting together to "cut a bit of code"?? And if this is your first game, then i'm afraid to say that you have got no chance in hell.

    It took a group of pros a very long time to come up with something as good as Zelda...

    have you done any other games yourself before??

    all i can say is good luck! And i mean that in the nicest possible way.

    U.
    **** YOU!

  3. #18
    Registered User
    Join Date
    Nov 2001
    Posts
    66

    Windows Games

    Would the GDI functions in Windows be fast enough for a Mario game or even a zelda game cause there really isn't that much going on in these games (well mario anyways). Another question for Zelda could you use like a Quadruply linked list for the Tiles. Have each tile be linked by a pointer the the tile up tile down tile left and tile right? I dunno when I go to bed at night I have things fly through my head haha. Also wouldn't it be cool for Zelda have the whole game be in 2-D and then have the final battle/action sequence "pop-up" into 3-D give the player a little surprise. Well thanks for help.

    Ryan

  4. #19
    Refugee face_master's Avatar
    Join Date
    Aug 2001
    Posts
    2,052
    the GDI functions are pretty primitive and are usually only used to display simple shapes like squares, lines...etc... If you want to make a game that will require the making of graphics, you would have to:

    1. Create a game engine or take one from somewhere else. Making game engines are a pain in the but. They take AGES! That is your first consideration. DirectX is basicly the best and easiest choice. OpenGL is not as good as DirectX by a long way. It's like WinG (remember that?) - it's gonna be wiped out sooner or later...

    2. Construction of the code is not as hard, but it is a long and drawn out process. Many hands make light work. If you are going to make a game, the group choice is great. Each person could write a certain part of the game and another person can put it all together.

    As for me joining, I'd love to join the group and I am currently learning DirectX (and doing pretty well too!) so I could probably help a qite a bit in the group if you wanted me to join.

    By the way, my email/MSN is: [email protected]

    Thanks
    -Chris
    Last edited by face_master; 12-31-2001 at 01:38 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. c++ noob making a game
    By Supernova in forum Game Programming
    Replies: 24
    Last Post: 12-01-2003, 11:05 PM
  2. help with making a basic game
    By Geo-Fry in forum C++ Programming
    Replies: 3
    Last Post: 02-25-2003, 07:35 PM
  3. the us constitution
    By ygfperson in forum A Brief History of Cprogramming.com
    Replies: 121
    Last Post: 05-28-2002, 04:22 AM
  4. Liero 2 Developers and people interested: read this
    By Aran in forum A Brief History of Cprogramming.com
    Replies: 8
    Last Post: 11-02-2001, 06:01 PM
  5. Religious Bull****
    By Witch_King in forum A Brief History of Cprogramming.com
    Replies: 119
    Last Post: 10-23-2001, 07:14 AM