You are viewing our Forum Archives. To view or take place in current topics click here.
If you can code for me...
Posted:

If you can code for me...Posted:

PuNishErHaCkZ
  • V5 Launch
Status: Offline
Joined: Feb 21, 201113Year Member
Posts: 790
Reputation Power: 30
Status: Offline
Joined: Feb 21, 201113Year Member
Posts: 790
Reputation Power: 30
I need to code a ping pong game and other stuff. PM if you can code for me or teach me.
#2. Posted:
ASavile
  • Challenger
Status: Offline
Joined: Oct 18, 201310Year Member
Posts: 178
Reputation Power: 7
Status: Offline
Joined: Oct 18, 201310Year Member
Posts: 178
Reputation Power: 7
do u meen pong where you hit a ball back and forth with 2 paddles?
#3. Posted:
var
  • TTG Senior
Status: Offline
Joined: Dec 24, 201211Year Member
Posts: 1,498
Reputation Power: 79
Status: Offline
Joined: Dec 24, 201211Year Member
Posts: 1,498
Reputation Power: 79
You need to give us more details...
Such as:

1) What language?
2: What functions should it have.
-Scoring
-Graphics?
etc..
#4. Posted:
programmer30239
  • New Member
Status: Offline
Joined: Nov 16, 201310Year Member
Posts: 5
Reputation Power: 0
Status: Offline
Joined: Nov 16, 201310Year Member
Posts: 5
Reputation Power: 0
yo dude i can write You a pong game in visual basic if you want its simple as anything if u wanna do it your self pm me ill send u help
#5. Posted:
Tolerated
  • TTG Addict
Status: Offline
Joined: Oct 10, 201112Year Member
Posts: 2,175
Reputation Power: 94
Status: Offline
Joined: Oct 10, 201112Year Member
Posts: 2,175
Reputation Power: 94
Pong is very easy and a good way to start game development. Do it yourself first of all because that is when you learn the most.

The basic things you need:

1.Stage(Levels) - Collision detection gets implemented
2.Players(Enemy,player1/2) - Collision detection
3.Ball this where the collision detection is linked to the other objects.

Take each step and break it down. Pong is interesting and fun especially when you are coding it and creating your own custom functions.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.