Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Jul 7th, 2005, 7:43 PM   #1
seymorebutts
Newbie
 
Join Date: Jul 2005
Posts: 12
Rep Power: 0 seymorebutts is on a distinguished road
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.
seymorebutts is offline   Reply With Quote
Old Jul 7th, 2005, 8:55 PM   #2
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
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
DaWei is offline   Reply With Quote
Old Jul 8th, 2005, 9:36 AM   #3
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,473
Rep Power: 8 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
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."
Infinite Recursion is offline   Reply With Quote
Old Jul 8th, 2005, 12:43 PM   #4
seymorebutts
Newbie
 
Join Date: Jul 2005
Posts: 12
Rep Power: 0 seymorebutts is on a distinguished road
well i want to use c++
seymorebutts is offline   Reply With Quote
Old Jul 8th, 2005, 1:59 PM   #5
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,473
Rep Power: 8 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
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."
Infinite Recursion is offline   Reply With Quote
Old Jul 8th, 2005, 2:00 PM   #6
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
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
DaWei is offline   Reply With Quote
Old Jul 8th, 2005, 2:22 PM   #7
seymorebutts
Newbie
 
Join Date: Jul 2005
Posts: 12
Rep Power: 0 seymorebutts is on a distinguished road
ya im planning on something simple like tetris or something
seymorebutts is offline   Reply With Quote
Old Jul 9th, 2005, 2:38 AM   #8
bl00dninja
Programming Guru
 
bl00dninja's Avatar
 
Join Date: Oct 2004
Location: namespace std
Posts: 1,246
Rep Power: 6 bl00dninja is on a distinguished road
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.
bl00dninja is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 11:34 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC