|
|
|||||||
| About Us | Register | FAQ | Members List | Calendar | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
and why shouldn't I
![]() ![]() ![]() Join Date: Jul 2002
Location: wisconsin
Posts: 305
|
how to make pc game
i was wondering how a person would go by makeing a game cause i know a little c++ and have a complier
is there any webcites or could just take it step by step for me
__________________
windows xp 1.8 gig p4 20 gig hd 40 gig hd 256 mb of ram tnt2 m64 "they can beat us but they can't eat us" |
|
|
|
|
|
#2 (permalink) |
|
Banned
Join Date: Oct 2001
Location: Soviet Canuckistan
Posts: 0
|
how much c++ do you know?
Before starting, I would reccomend that you have a GOOD knowledge of these things. 1) simple things, such as functions, declarations, data types, includes, basic library functions, and all that other crap. 2) arrays 3) classes and/or structs. 4) pointers 5) bunch of other crap I can't recall I'm sure. 6) basic understanding of computer workings. 7) DEDICATION Once you learn all that, download the DirectX SDK, or the OpenGL SDK and go to town. I would advise picking up a book on the subject if you are at all serious on the subject. |
|
|
|
|
|
#5 (permalink) |
|
Registered User
![]() ![]() ![]() ![]() ![]() Join Date: May 2001
Location: Hungary
Posts: 2,184
|
also, you need to plan the program on paper first...it could lead to serious "what the heck does this function do?" stuff if you don't ^^ like my IRC client. it's taking control over itself, i must stop it by planning carefully and rewriting it from scratch.
nyaa |
|
|
|
|
|
#6 (permalink) |
|
General of Tangerines
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2001
Location: Defending the Sea
Posts: 3,885
|
If you want to make a game with graphics I don't recommend using C++.
Knowing just the simple syntax of C++ won't get you "Final Fantasy" graphics. I tried to learn about DirectX and Win32 API etc. but it's complex. This is stuff you won't learn in two weeks. I recommend that you start with VB if you want to make simple games. |
|
|
|
|
|
#7 (permalink) | |
|
Emu author
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Mar 2002
Location: Vienna/Austria/Europe
Posts: 1,168
|
Quote:
Anyway, C or C++ is the way to go if it should be somehow "professional".
__________________
If you think my English is bad, wait till you read my Polish. |
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|