Development > Newbie Coding
new to programming what language is the game in?
(1/1)
masssiveego:
Hello, I'm horrible at programming, and would like to learn to help improve the game.
There are a ton of features I'd like see added to the game I'd like to experiment with,
so I'm not sure where to begin on learning how to program. I have only the most
basic computer skills, so how about what language is the game made in?
bayo:
I really dont think it is the good way to learn programming.
Game developpmeent is not a game... changing things need a lot of time and work, and knowing the better way to do it need a lot of skills. As a result it will turn your stomach about programming.
Anyway if you really want to learn, the game use C, LUA, and self scripts. Tools use C, C++, Python... Then there is many way to contribute to the code.
Duke:
As bayo said, learning to program with UFO is probably not the best way. At least it's the *hard* way.
On the other hand, wanting to see a certain feature can be a strong motivation ;)
You should start with reading through one of those:
http://ufoai.ninex.info/forum/index.php?topic=3923.0
Destructavator:
UFO: AI is a rather large and complex project now, as it has been worked on for years, so I'd have to agree that starting by trying to help code such a project wouldn't be the best idea.
I'd suggest something simple first, if you're moving beyond a "hello world" type of thing I would start with picking one of the easier 3D graphics engines and making a small, lightweight dumb little game that you don't intend to flush out into anything huge or complex. In fact, I've heard many programmers say that if you're new and want to get into serious game programming, you should actually make several simple little classic games, in increasing complexity, before you take on a real project that you really want to make something serious out of.
I did that myself, I started with C++ and the Irrlicht engine, simply because it is extremely easy to work with as a 3D graphics/game engine, although there are also other good choices out there.
If you stubbornly stick with it long enough, you can then "graduate" onto something big like UFO: AI.
Navigation
[0] Message Index
Go to full version