Help with pong game or any game
Author |
Message |
jr20446
|
Posted: Tue Jan 22, 2008 8:46 am Post subject: Help with pong game or any game |
|
|
i have to do a school project and i was wondering if someone can help me make a simple game like pong or if u no any simple games. |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Tony
|
Posted: Tue Jan 22, 2008 10:14 am Post subject: RE:Help with pong game or any game |
|
|
alright, what do you know about pong? |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
StealthArcher
|
Posted: Tue Jan 22, 2008 10:24 am Post subject: RE:Help with pong game or any game |
|
|
If this is the same as your other topics, wanting us to do it for you, then don't expect anything,. on theother hand, if you want help, as it appears, thendo as tony says, what needs to happen in Pong? Paper writing really helps. |
|
|
|
|
|
Sean
|
Posted: Tue Jan 22, 2008 3:49 pm Post subject: Re: Help with pong game or any game |
|
|
Here is our rules to Helping:
We do not do the project for you. We will offer assistance if their is a source code, or question concerning a function. We don't want to see stolen code from other programs.
We encourage questions based on your work.
We are all here to help!
If your thinking of doing pong, you will need certain things, such as two paddles, a ball, scores, key movements and so on. You will need to attempt to design a program, and at any point need help use the [syntax=""] function. Inside the quotes will by the word Turing, then paste your code inside and type an [/syntax] to end it. There you have it, your code pasted in an effective style.
Some suggestions, read the tutorials on effective code, movement, collision and procedures. |
|
|
|
|
|
Nick
|
Posted: Tue Jan 22, 2008 3:58 pm Post subject: RE:Help with pong game or any game |
|
|
I think you guys are a little harsh, never at one point did I get the feeling that jr wanted the project done for him but rather he wants help
a couple simple games can be found on Tony's blog
pong is fairly easy and you could always look on the site for some source incase you're stuck but remember do not plagerise and any snippet you do take remember to give credit! |
|
|
|
|
|
Zampano
|
Posted: Tue Jan 22, 2008 4:01 pm Post subject: Re: Help with pong game or any game |
|
|
Wow . . .
You sound just like a teacher, Vilament!
What use is it if we stoutly reprimand the person, and then ask if they want help? If experience is my guide, students shy away from their infuriated teachers. Besides, the term ended an hour ago (across Ontario I think). |
|
|
|
|
|
Dan
|
Posted: Tue Jan 22, 2008 4:04 pm Post subject: Re: RE:Help with pong game or any game |
|
|
momop @ 22nd January 2008, 3:58 pm wrote: I think you guys are a little harsh, never at one point did I get the feeling that jr wanted the project done for him but rather he
Maybe you did not see the other topics: http://compsci.ca/v3/viewtopic.php?p=152783&highlight=#152783
and one that got deleted that said:
Quote:
ok i need help finishing my game. i need someone to finish mine or make a new 1 but make it not so hard so that i can explain it to my teacher.
With no code unlike the one i linked to.
So this whould be the 3rd topic he has posted basicly asking for some one to do it for him and is why the above peoleop are a bit rude. Dispite all that we are willing to help if he is willing to put some effort, so far all we have seen is him asking for his work done and spamming the site.
Edit: Some good tutorals to look at:
Basic Graphics: http://compsci.ca/v3/viewtopic.php?t=376
View.Set and View.Update: http://compsci.ca/v3/viewtopic.php?t=12533
Input.KeyDown: http://compsci.ca/v3/viewtopic.php?t=114
Collision Detection: http://compsci.ca/v3/viewtopic.php?t=13661 |
Computer Science Canada
Help with programming in C, C++, Java, PHP, Ruby, Turing, VB and more! |
|
|
|
|
Nick
|
Posted: Tue Jan 22, 2008 4:08 pm Post subject: RE:Help with pong game or any game |
|
|
aww didn't see those...
so jr make an attempt show some code state your problems then we can help |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Clayton
|
Posted: Tue Jan 22, 2008 4:40 pm Post subject: Re: Help with pong game or any game |
|
|
Zampano @ Tue Jan 22, 2008 4:01 pm wrote: Wow . . .
You sound just like a teacher, Vilament!
What use is it if we stoutly reprimand the person, and then ask if they want help? If experience is my guide, students shy away from their infuriated teachers. Besides, the term ended an hour ago (across Ontario I think).
Uhhh... no? First semster ends next week here, and in all the surrounding school boards. |
|
|
|
|
|
StealthArcher
|
Posted: Tue Jan 22, 2008 4:55 pm Post subject: RE:Help with pong game or any game |
|
|
Wednesday I believe, second sem usually begins on the last thursday of january. |
|
|
|
|
|
SIXAXIS
|
Posted: Sun Feb 03, 2008 3:27 pm Post subject: Re: Help with pong game or any game |
|
|
I made Pong a couple days ago. It helps if you get paper and write down a list of things you want to do. Then write down how you will do it and the order in which it will be done. Then program it. |
|
|
|
|
|
|
|