Jump to content

Java Help with Starting A Game

- - - - -

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

#1
GMVResources

GMVResources

    Learning Programmer

  • Members
  • PipPipPip
  • 72 posts
Hey guys, how would I start out with a game? I don't know how to start out to code a game from scratch. I don't want to use any game engines because I want to see if you can code a game from scratch ez. Thanks :p

#2
agnl666

agnl666

    Programmer

  • Members
  • PipPipPipPip
  • 173 posts
What time of game do you want to make? text based, 2-d, or 3-d?

#3
GMVResources

GMVResources

    Learning Programmer

  • Members
  • PipPipPip
  • 72 posts
3-D

#4
josep

josep

    Learning Programmer

  • Members
  • PipPipPip
  • 56 posts
would recommend that you go through some online tutorials of how develop games and simulations with 3D, It will provide a good foundation.
Cheers!

#5
Roman Y

Roman Y

    Programmer

  • Members
  • PipPipPipPip
  • 189 posts
Well you start programming a game as you would start any other difficult project... Try using top-down and bottom-up approaches. If it is coding and syntax you're worried about, you can usually find good coding solutions on the web.