Sabtu, 05 Oktober 2013

How can I start making my own computer games?

Q. I want to make computer games, how can I start making them on my household computer?

A. Knowledge of various scripting languages and using programs like Bryce, Maya, Zbrush and others to model characters/landscapes/images in your game.

Check out a local bookstore for a book to help introduce you to this.

It takes a lot of hard work to pursue a goal like this.


How is a Video Game created by codes and functions?
Q. I am having THE hardest time wrapping my head around the idea that long strings of functions and codes, written in C++ and other computer languages, are able to create a video game... Can someone please describe to me how strings of codes are able to translate into a 3D environment in a video game??? Or even just a 3 dimensional object for that matter. I COMPLETELY do not understand how this works. Please help me conceptually understand how video game programming works. Thanks.

A. I suggest you read a bit about either XNA (for beginners and amateurs) or DirectX or OpenGL (both for pros).

They are API's for displaying 3D...

As a basic, you can write a function to show a pixel to the screen, right?
If so, you can probably create a function to show a triangle, right?
If so, you can probably create a function to show many triangles, right?
If so, you can probably create a function to show many triangles seen from a different angle, right?
If so, you can probably create a function to show many triangles arranged as 3D objects...

You might need to understand first 3D geometry (matrices, quaternions, vectors, R3 vectorial algebra and so on...)

As for 3D objects, they are made from polygons (triangles).





Powered by Yahoo! Answers

Tidak ada komentar:

Posting Komentar