Another beginner confused

Started by
6 comments, last by Serapth 10 years, 1 month ago
Hey! I just got on the forums today as it was recommended from another site. But I have a question.

Ok so I want to start making games, the problem is, I have had no education in programming except 2 Minecraft mods. The other problem is that I want to program but don't know where to start(minus html, I know that). Please help.


Thanks!
Afroraydude
Advertisement

Hello, and welcome.

I would suggest taking a look at the FAQ, then asking more specific questions later on.

http://www.gamedev.net/page/reference/faq.php/_/for-beginners-r1

Hello to all my stalkers.

Hi,

smile.png

First, enjoy where ever you are in game development, even as a beginner, take great satisfaction in the learning process because your success depends on it. Read my signature below here and you will see that you need to take my advise to heart.

In my opinion, beginners with any kind of desire to eventually have strong art assets in a game should start with a decent game engine. Here is a partial list of them:

http://en.wikipedia.org/wiki/List_of_game_engines

Settle on only one language and one game engine to develop 3-5 single person 2D games. After about 1-2 years, then go multi-player and maybe even 3D games.

There are a few very hard working and talented game developers who are successful as solo indy developers, but the majority of success testimonials come from people in teams. Such organizations almost require some sort of version control software and it would help you to make modular coding of good game code if you begin to use one fairly soon. You need to study the folder, file, functionality, and other structures of successful games in order to learn to do the same. Look under the hood! Open the main registry of popular indy games and see how they look. It will really enlighten you. Your games and your development system should be such that you can turn ON, OFF, or SWAP modules of coding instead of digging thru spaghetti coding. Generally, game source codes are built to plug into a game engine and are sometimes partly integrated with a game engine, but the best reusable coding is modular and not fully integrated. Therefore learn class files, UIs, GUIs, importing art file formats, executable files, and dlls application within your game software by the time you reach about 4-8 games made by you. Most people will be at this a good couple years to reach this point.

The larger and more complex a game source code is, then the more the demand for a team to develop it and another team to create art assets for it. The larger the game development company then the more demand for structure such as version control and source control.

Beginners typically write good, reusable, working code at about 10-50 lines per day. Most of the rest is abandoned for various reasons, including unusable or undebuggable. This highlights the need for reasonable game software architecture planning (simple for the first few years) and setting reasonable goals expressed in the game concept that is outlined in easy to read documentation. Follow your plan to the best of your ability and always complete projects unless the coding becomes obviously unworkable or unsustainable. You must get satisfaction to be in this hard line of work! wink.png

These things are critically important if you want to be a long term professional success in the industry. If this is just a hobby, then it only matters that you really enjoy it. smile.png

Clinton

Personal life and your private thoughts always effect your career. Research is the intellectual backbone of game development and the first order. Version Control is crucial for full management of applications and software. The better the workflow pipeline, then the greater the potential output for a quality game. Completing projects is the last but finest order.

by Clinton, 3Ddreamer

Hi,

smile.png

First, enjoy where ever you are in game development, even as a beginner, take great satisfaction in the learning process because your success depends on it. Read my signature below here and you will see that you need to take my advise to heart.

In my opinion, beginners with any kind of desire to eventually have strong art assets in a game should start with a decent game engine. Here is a partial list of them:

http://en.wikipedia.org/wiki/List_of_game_engines

Settle on only one language and one game engine to develop 3-5 single person 2D games. After about 1-2 years, then go multi-player and maybe even 3D games.

There are a few very hard working and talented game developers who are successful as solo indy developers, but the majority of success testimonials come from people in teams. Such organizations almost require some sort of version control software and it would help you to make modular coding of good game code if you begin to use one fairly soon. You need to study the folder, file, functionality, and other structures of successful games in order to learn to do the same. Look under the hood! Open the main registry of popular indy games and see how they look. It will really enlighten you. Your games and your development system should be such that you can turn ON, OFF, or SWAP modules of coding instead of digging thru spaghetti coding. Generally, game source codes are built to plug into a game engine and are sometimes partly integrated with a game engine, but the best reusable coding is modular and not fully integrated. Therefore learn class files, UIs, GUIs, importing art file formats, executable files, and dlls application within your game software by the time you reach about 4-8 games made by you. Most people will be at this a good couple years to reach this point.

The larger and more complex a game source code is, then the more the demand for a team to develop it and another team to create art assets for it. The larger the game development company then the more demand for structure such as version control and source control.

Beginners typically write good, reusable, working code at about 10-50 lines per day. Most of the rest is abandoned for various reasons, including unusable or undebuggable. This highlights the need for reasonable game software architecture planning (simple for the first few years) and setting reasonable goals expressed in the game concept that is outlined in easy to read documentation. Follow your plan to the best of your ability and always complete projects unless the coding becomes obviously unworkable or unsustainable. You must get satisfaction to be in this hard line of work! wink.png

These things are critically important if you want to be a long term professional success in the industry. If this is just a hobby, then it only matters that you really enjoy it. smile.png

Clinton

Thanks for the advice. I will surely get to that.

For an overall understanding of programming, you can try my tutorial:

http://snapguide.com/guides/understand-computer-programming/

If you have an iPad, you can program right from it using the Pythonista and Codea apps. I think they are $10 each. But they are worth it if you want to practice (I just posted a topic trying to find good software for beginners learning to program on a laptop or desktop).

To actually apply what you are learning, you will need a game engine. A lot of people suggest GameMaker, but you end up having to pay to publish.

If you want to get started making 2D games really quickly with no programming experience, and you have an iPad, I would highly recommend GamePress by UntitleD.

Personally I am using a free and open sourced game engine called Maratis3D. It was the easiest engine for me to get started programming in with limited knowledge. Of course, you would need to know how to use the free 3D modeling program called Blender3D.

If you are making 2D games, you will need to know how to do 2D artwork and animation or hire someone.

If you are making 3D games, you will need to know how to do 3D artwork and animation, or hire someone.

If you have any other questions, you can message me.

They call me the Tutorial Doctor.

I would recommend trying out some tutorials to get a feel for making games. There is a great free tutorial from LearnToProgram about making a javascript game (it's relatively quick). I'll post the link for you to check it out! http://blog.learntoprogram.tv/javascript-game-tutorial/

Good link ChristyD! I am going to check out some of those tutorials myself.

They call me the Tutorial Doctor.

Read me.

Then eat a cookie.

Then get to work. Try, try and try again. You cant get experience any other way.

This topic is closed to new replies.

Advertisement