Author Topic: I'm not too sure about making Games...  (Read 682 times)

tvirusx1

  • Guest
I'm not too sure about making Games...
« on: February 19, 2010, 10:18:12 pm »
I know that making a Game could take a very long time, but I have some Games planned for the future, and I must learn to be able to program them.

The Problem is that I don't know where to start to learn.

Is it essential for me to learn DirectX or is it possible to Program without it?
(please don't suggest me anything like OpenGL or anything similar... I like coding without libraries)

I have 3DS Max 9, Fruity Loops Studio 9, Photoshop CS4 and basically everything to be able to make a Game...
(I know how to use them as well)

I think I have to learn DirectX, but I'm not sure.

Freddy1990.com

I'm not too sure about making Games...
« on: February 19, 2010, 10:18:12 pm »

Offline Dan Cardin

  • Magical Yams
  • Global Moderator
  • *****
  • Posts: 417
  • Rep: 0
  • I is am are you!
    • MSN Messenger - thelonelydingo33@hotmail.com
    • AOL Instant Messenger - YoYoPotatoTomato
    • View Profile
    • DanCardin
    • Email
Re: I'm not too sure about making Games...
« Reply #1 on: February 20, 2010, 07:09:41 am »
by saying 3ds max, i assume you are wanting to make a 3d game. I personally would use something such as SDL or OpenGL if i were to go that way. Though if you haven't made a game before i would suggest logic-ing yourself up a simpler 2d game so that you can actually know what you're doing.

Freddy1990.com

Re: I'm not too sure about making Games...
« Reply #1 on: February 20, 2010, 07:09:41 am »

tvirusx1

  • Guest
Re: I'm not too sure about making Games...
« Reply #2 on: February 20, 2010, 08:16:40 am »
Hey, thanks for your reply.

Yes, I would like to make a 3D game. Jumping into 3D right away could be difficult so I think I'll make a very simple 2D game first. As for the SDL/OpenGL, I'm kinda allergic to libraries :P lol.

I remember the first time that I used DirectX I was still a noobie at programming so I think now I will be able to handle it (back then I was quite clueless, I couldn't even set up the linker to compile properly).

If I ever finish the basic 2D Game, I will release the source code :D.

Offline Dan Cardin

  • Magical Yams
  • Global Moderator
  • *****
  • Posts: 417
  • Rep: 0
  • I is am are you!
    • MSN Messenger - thelonelydingo33@hotmail.com
    • AOL Instant Messenger - YoYoPotatoTomato
    • View Profile
    • DanCardin
    • Email
Re: I'm not too sure about making Games...
« Reply #3 on: February 20, 2010, 02:00:20 pm »
libraries are supposed to make things easier

tvirusx1

  • Guest
Re: I'm not too sure about making Games...
« Reply #4 on: February 20, 2010, 03:28:34 pm »
libraries are supposed to make things easier


Yea I know that but it's not the "real" way, in my opinion anyways.

Freddy1990.com

Re: I'm not too sure about making Games...
« Reply #4 on: February 20, 2010, 03:28:34 pm »

Offline Dan Cardin

  • Magical Yams
  • Global Moderator
  • *****
  • Posts: 417
  • Rep: 0
  • I is am are you!
    • MSN Messenger - thelonelydingo33@hotmail.com
    • AOL Instant Messenger - YoYoPotatoTomato
    • View Profile
    • DanCardin
    • Email
Re: I'm not too sure about making Games...
« Reply #5 on: February 21, 2010, 06:18:50 am »
generally things like SDL just make things easier in areas that don't generally take much creativity and actual game work to do, such as drawing, setting up the screen and getting input (which afaik is rather annoying to do in C++).

tvirusx1

  • Guest
Re: I'm not too sure about making Games...
« Reply #6 on: February 21, 2010, 01:45:33 pm »
Ok, if I get annoyed from doing it the normal way I will consider using a library instead.

Freddy1990.com

Re: I'm not too sure about making Games...
« Reply #6 on: February 21, 2010, 01:45:33 pm »

Offline tom2

  • Jr. Member
  • **
  • Posts: 79
  • Rep: 0
    • View Profile
Re: I'm not too sure about making Games...
« Reply #7 on: March 08, 2010, 03:25:37 am »
I suggest you try an 3d engine, to make everything more simple for your self, drawing nice 3d effects can be tricky  :P

Freddy1990.com

Re: I'm not too sure about making Games...
« Reply #7 on: March 08, 2010, 03:25:37 am »