Jump to content

Game Programming

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
16 replies to this topic

#1
falco85

falco85

    Programmer

  • Members
  • PipPipPipPip
  • 105 posts
I want to start developing educational type games and giving them away for free. I'm unsure where to start..... What is the language of choice for game development? Anyone got any good tutorials on the web for this and can anyone recommend any books?

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Java and C++ are used for a lot of game development. It depends somewhat on how you want to distribute the games.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
Ronin

Ronin

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 309 posts
There are a plethora of tutorials out there for this. Look into directX programming on google.com and you will find a ton of places.

#4
Guest_Kaabi_*

Guest_Kaabi_*
  • Guests
DirectX? Doesn't that have something to do with spyware? I know it's a graphics thing, but I thought there was spyware by the same name as well.

#5
Guest_chaganlal1_*

Guest_chaganlal1_*
  • Guests
Use Java, it has actions and functions on it that are very well suitable for graphical uses. Direct x....a virus? lol No no direct x is a graphics driver I believe and it definately is not a virus.

#6
Jimbo

Jimbo

    Programmer

  • Members
  • PipPipPipPip
  • 121 posts
Have a look as well at the new game development tool microsoft has recently brought out, think its still in beta stage at moment, when it gets proper release though will allow non-techie types to produce games for PC's and Xbox 360

#7
DevilsCharm

DevilsCharm

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 884 posts

Jimbo said:

Have a look as well at the new game development tool microsoft has recently brought out, think its still in beta stage at moment, when it gets proper release though will allow non-techie types to produce games for PC's and Xbox 360

"Non-techie types" will be able to produce PC and Xbox 360 games. That's amazing, I would love to make an Xbox 360 game.

#8
Jimbo

Jimbo

    Programmer

  • Members
  • PipPipPipPip
  • 121 posts

DevilsCharm said:

"Non-techie types" will be able to produce PC and Xbox 360 games. That's amazing, I would love to make an Xbox 360 game.


Dont think it will enable users to create commercial quality games, something similar to a shareware title I would imagine. I think Microsoft have plans to allow users to then sell or trade there games on xbox live.
Really looking forward to this coming out, should be interesting

#9
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
DirectX is a tool that allows you to easily include graphics and sound in your programs.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#10
prodo

prodo

    Newbie

  • Members
  • PipPip
  • 10 posts
If you want make a pc game quickly you can use cheap game engines. Dont try to use c++ for writing game code unless you want use it later or learn graphic programming.
technology is nothing when is prisoner

#11
Void

Void

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 411 posts

prodo said:

If you want make a pc game quickly you can use cheap game engines. Dont try to use c++ for writing game code unless you want use it later or learn graphic programming.


I agree, using C++ would involve a lot of work that usually takes TEAMS of programmers to do. Get an engine!
Void

#12
falco85

falco85

    Programmer

  • Members
  • PipPipPipPip
  • 105 posts
Buy a game engine. This sounds costly to start developing games! I want to develop logic games that are fairly simple.