473,401 Members | 2,127 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,401 software developers and data experts.

Request for tutorials: recursion and game programming

mia023
89
Hello everyone I need to ask you for a tutorial on Recursion.
I also want to ask you for a beginner tutorial on game programming
THANK YOU
Apr 11 '08 #1
9 1449
BigDaddyLH
1,216 Expert 1GB
Please remember to provide a meaningful Title for any threads started (see the FAQ entry Use a Good Thread Title).

This helps to ensure that other members, and also the general public, will have a better chance of finding answers to any similar questions.

MODERATOR
Apr 11 '08 #2
BigDaddyLH
1,216 Expert 1GB
For recursion, scroll down to part 9:

http://chortle.ccsu.edu/CS151/cs151java.html
Apr 11 '08 #3
mia023
89
For recursion, scroll down to part 9:

http://chortle.ccsu.edu/CS151/cs151java.html
I also need a beginner's tutorail on game programming
Apr 11 '08 #4
JosAH
11,448 Expert 8TB
I also need a beginner's tutorail on game programming
What sort of games? Action games? (shoot-them-up) Adventures? (stories)
Logic two person games? (Chess, TicTacToe) One person games? (puzzles)

kind regards,

Jos
Apr 11 '08 #5
mia023
89
What sort of games? Action games? (shoot-them-up) Adventures? (stories)
Logic two person games? (Chess, TicTacToe) One person games? (puzzles)

kind regards,

Jos
Well I think action and sports games
Apr 11 '08 #6
Ganon11
3,652 Expert 2GB
Game programming is not really something you can have a tutorial for. It involves so many concepts - including art design, physics, storyline, etc. - which don't have to do with programming, as well as any number of programming concepts. Using my knowledge of programming, I've been able to make simple imitations of popular games (such as Minesweeper, Wheel of Fortune and Chess), and could probably design very small, simple games of my own using text-line input/output. To go any further, though, I would need specialized knowledge like GUI programming, threading, interface, etc. etc.

A lot of people get into programming because they want to make games, and they expect fast results. I know; that's actually why I got into programming at all. But one must realize that to get enough programming knowledge to make actual games will take a long time. It's not really something that can be a hobby.
Apr 11 '08 #7
BigDaddyLH
1,216 Expert 1GB
But one must realize that to get enough programming knowledge to make actual games will take a long time. It's not really something that can be a hobby.
I guess it depends on your definition of hobby. My father-in-law's hobby is growing orchids. Some take 10 years or longer to produce a flower.
Apr 11 '08 #8
Ganon11
3,652 Expert 2GB
True...but usually a hobby is something that's fairly simple to do - a.k.a. doesn't require years of study to begin. But the definition of hobby is fairly subjective, so my statement isn't really correct. Still, what I was trying to stress to the OP was the vast amount of work ahead of him/her if he/she is serious.
Apr 12 '08 #9
BigDaddyLH
1,216 Expert 1GB
True...but usually a hobby is something that's fairly simple to do - a.k.a. doesn't require years of study to begin. But the definition of hobby is fairly subjective, so my statement isn't really correct. Still, what I was trying to stress to the OP was the vast amount of work ahead of him/her if he/she is serious.
I hear what you're saying. But I think lots of programmers where drawn to the subject with the idea of writing games.
Apr 14 '08 #10

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: jbutler67 | last post by:
Does anyone have C++ source code for a Tic Tac Toe game where recursion is used? I am just learning C++ and have been trying to write a program where the user plays against the computer. The...
9
by: the_philospher | last post by:
I am a beginner programmer learning c++. i have read some useful information about programming games (which is my goal) on gamedev.net, particularly "how do i program games"...
2
by: Hans Kamp | last post by:
As a programming exercise I try to program a game. In my case it is called BugEater. The purpose is that you are a snake. It moves automatically but you can control it with the keys on your...
75
by: Sathyaish | last post by:
Can every problem that has an iterative solution also be expressed in terms of a recursive solution? I tried one example, and am in the process of trying out more examples, increasing their...
18
by: MTD | last post by:
Hello all, I've been messing about for fun creating a trial division factorizing function and I'm naturally interested in optimising it as much as possible. I've been told that iteration in...
30
by: Jeff Bigham | last post by:
So, it appears that Javascript has a recursion limit of about 1000 levels on FF, maybe less/more on other browsers. Should such deep recursion then generally be avoided in Javascript?...
0
by: smartx | last post by:
Hi, I would like to share my knowledge as a game programmer, really game programming is hard, I don't want to disappoint you, the important point to become a game programmer is to love game...
35
by: Muzammil | last post by:
int harmonic(int n) { if (n=1) { return 1; } else { return harmonic(n-1)+1/n; } } can any help me ??
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.