![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Jul 2005
Posts: 12
Rep Power: 0
![]() |
programming games
i was wondering if someone could give a link or tell me how to programm a game. i just wana learn the basics.
|
|
|
|
|
|
#2 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
Google. Learning to do that is easier than learning to program and pays off richly in endeavoring to do the second.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#3 |
|
Programming Guru
![]() ![]() ![]() |
Need more info... particularly the -language- you want to use. Google is a programmer's best friend.
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
|
|
#4 |
|
Newbie
Join Date: Jul 2005
Posts: 12
Rep Power: 0
![]() |
well i want to use c++
|
|
|
|
|
|
#5 |
|
Programming Guru
![]() ![]() ![]() |
Learn the basics of C++, then pickup a graphics library like OpenGL or DirectX
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
|
|
#6 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
You can use logical and arithmetic manipulations to design a game. This is your first step, so either do it or borrow it. To express those manipulations for a machine, you have to then learn a language which can produce material that the machine can work with to implement those manipulations. Higher level languages such as C/C++, VB, Fortran, Python, whatever, are usually available for a number of different platforms (combination of machine and operating system, if any). It is not a trivial process; you just have to bite the bullet and do it. Since you have to do both parts, I would suggest you design a simple, non-graphical game (even Nim would do), then learn to program it in the language of your choice. Move on from there. Google will find you tons of things. For any degree of success you are going to have to develop self-reliance when it comes to investigating what's available for what. When you have those things in hand and begin to produce and encounter problems that you can't handle by yourself, then you seek advice in a forum such as this one.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#7 |
|
Newbie
Join Date: Jul 2005
Posts: 12
Rep Power: 0
![]() |
ya im planning on something simple like tetris or something
|
|
|
|
|
|
#8 |
|
Programming Guru
![]() Join Date: Oct 2004
Location: namespace std
Posts: 1,246
Rep Power: 6
![]() |
think simpler...like a text-based "rpg" or something of that nature.
__________________
i put on my robe and wizard hat... Have you ever heard of Plato, Aristotle, Socrates?...Morons. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|