Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 751 results for
pong
- Page 1
PONG HELP
Programming
Software Development
15 Years Ago
by Hawkpath
… Win XP and CodeBlocks. I'm trying to make a
pong
game, I already have the controls programmed, but I need…
pong game
Programming
Software Development
15 Years Ago
by lovely ari
…;]hi there how you doing guyz i want to make
pong
game in VB.net i want it for one player… learn from? or if there is no tutorials for the
pong
game can you give me tutorial for the bounce ball… project so i can try to edit it to be
pong
game please help ari ^^" thanks[/COLOR]
Pong game help
Programming
Software Development
14 Years Ago
by Brandon515
ok what i'm trying to do is make a
pong
game in an applet. here's my code: [CODE]//&…lt;applet code =
Pong
width = 800 height = 600></applet> import ….event.*; import java.awt.*; import com.bruceeckel.swing.*; public class
Pong
extends JApplet implements KeyListener { int px1 = 770, px2 = 20, …
Pong game improvements
Programming
Software Development
12 Years Ago
by astronautlevel
Hi guys. I made a
pong
game with Python, and I was looking for some possible improvements. The code can be found [here](https://github.com/astronautlevel/Python-Repo/blob/master/Python/
Pong
%20game/
Pong
.py). Please look at it and reccomend some improvements. Thanks!
Pong and Particles, need some help.
Programming
Software Development
13 Years Ago
by lxXTaCoXxl
… 100% what's going on here. I've developed a
Pong
game to teach myself how to use the Graphics class…; using System.Threading; using System.Diagnostics; using System.Drawing; namespace
PONG
{ public partial class Form1 : Form { // Threads private Thread ParticleThread; private…
Pong game
Programming
Software Development
13 Years Ago
by Bungie
I need help creating a pause screen for my
pong
game. Also if you could make a way to make ….Clock() pygame.key.set_repeat(20,1) pygame.display.set_caption('DuBstep
PoNg
') # Farben BLACK = (0,0,0) WHITE = (255,255,255) # Schriftart…
Pong ball problem!!!! c++ & sdl
Programming
Game Development
15 Years Ago
by Xephys
… have only made tic tac toe and currently making a
pong
clone, using c++ and SDL. I seem to be having…
Pong with directional bounces
Programming
Game Development
15 Years Ago
by DavidDD
… a library called CDX. The first chapter is about creating
Pong
as it is a very simple game. But I would…
Pong game applet | multiplayer | singleplayer | scoreboard
Programming
Software Development
12 Years Ago
by Zatara7
… the main bigboy: /* * This is the main method of my
Pong
applet. The game is played by a single * player who…
Re: PONG HELP
Programming
Software Development
15 Years Ago
by Salem
Is this still a console program (the answer is in my reply to one of your other threads), or have you moved onto a GUI program? GUI's are typically event driven, so you don't read the keys as such, but you do get key events as part of the normal flow of events.
Re: PONG HELP
Programming
Software Development
15 Years Ago
by Hawkpath
Console, I'm using setcursor position x and y.
Re: PONG HELP
Programming
Software Development
14 Years Ago
by katmai539
Why not 'just check' for key presses, if there's none just update the ball and not the pads. add a delay at the end of every loop to ensure your program won't run way too fast ;) the loop's like this: do check for keypresses if true update pads update ball add delay x milliseconds loop
Help with a Pong game
Programming
Software Development
14 Years Ago
by redyugi
…environ['SDL_VIDEO_CENTERED'] = '1' ### End imports ### ### System kernal info ### __Name__ = '
Pong
' __Created__ = 'August 25, 2010' __Version__ = 0.95 + .1 __Updated__ = 'August…the screen screen = pygame.display.set_mode(size) pygame.display.set_caption('
Pong
%s'%__Version__) icon = pygame.surface.Surface((40, 40)) …
Problem with Pong
Programming
Software Development
16 Years Ago
by sciwizeh
…i'm trying to make two player, no-network
pong
. i don't know what the problem is, …( ) ; /**make a new Main*/ public Main ( ) { this.setTitle ( "
Pong
Remake" ) ; this.add ( pa , BorderLayout.WEST ) ; this.pack ( )…Area*/ public int width = 600 ; /**Because this is
Pong
we need a Ball*/ public Ball ball ; /**This will…
Help with networked pong game
Programming
Software Development
15 Years Ago
by handsomedan
…of this project is to create a networked
pong
game. I want to create two other …information to be displayed static String info = "TECHNO
PONG
"; static String pause1 = "blue player use a… 0, 18); /** * Initialize method, it will start up
pong
* and keep it going. */ public SinglePlayer() { init(); setSize…
Is it sad I played Pong for 3 hours?
Community Center
Geeks' Lounge
13 Years Ago
by altosaxplayer88
I played this game of
pong
I made for 3 hours two days ago. Summer is so boring. [URL="http://danielberry.zxq.net/
pong
"]http://danielberry.zxq.net/
pong
[/URL]
What about my Pong game?
Programming
Software Development
11 Years Ago
by João Victor
…': pygame.init() screen = pygame.display.set_mode(SCREEN_SIZE) pygame.display.set_caption('
Pong
!')
pong
= Game()
pong
.main() **constants.py** SCREEN_WIDTH = 640 SCREEN_HEIGHT = 480 PADDLE_WIDTH = 20…
Simple pong game with pygame
Programming
Software Development
17 Years Ago
by avgprogramerjoe
This is a simple game of
pong
with made using pygame. You will need to make a picture of the
pong
for it to run properly. Simply make a cirlce in paint, 25x25. Joe
Re: Is it sad I played Pong for 3 hours?
Community Center
Geeks' Lounge
13 Years Ago
by Salem
> Is it sad I played
Pong
for 3 hours? Not as sad as [B]Creating a thread on a forum about it[/B] which in turn is not as sad as [B][I][U]Replying to such a thread [/U][/I][/B]
ping pong code
Programming
Software Development
13 Years Ago
by jojodeco
In straight-11 ping-
pong
, the first player to reach 11 points wins; the player … Ada and Blaise play three games of straight-11 ping-
pong
. Print the results of each game as well as the…
Why is it so difficult to make a ping-pong game?
Programming
Game Development
13 Years Ago
by LestTurk
…. I can't even complete ping
pong
! There's almost no game easier than ping
pong
, and I can't even do…
Re: Why is it so difficult to make a ping-pong game?
Programming
Game Development
13 Years Ago
by Bungie
Here is python code ping
pong
game: import pygame, sys, random, os from pygame.locals import * ….Clock() pygame.key.set_repeat(20,1) pygame.display.set_caption('DuBstep
PoNg
') # Farben BLACK = (0,0,0) WHITE = (255,255,255) # Schriftart…
Re: Why is it so difficult to make a ping-pong game?
Programming
Game Development
12 Years Ago
by lxXTaCoXxl
A
pong
game requires (like any other game) planning. Even though it ….Y; That's your basic inner workings of a simple
pong
game. It takes a little longer than we all think…
Ncurses and pong
Programming
Software Development
18 Years Ago
by sasucker
So in class we're making a
pong
game using the curses.h library. So far I've …
ping pong game code
Programming
Software Development
17 Years Ago
by humera05
plz give me a ping
pong
game in visual basic 6 in 2 days plz plz plz pl zplz its urgent
ping pong code
Programming
Software Development
17 Years Ago
by humera05
i want a coding of ping pone game in visual basic 6.0 giv a ful coding with description of ping
pong
game
Console Pong!
Programming
Software Development
16 Years Ago
by William Hemsworth
A small game of
pong
I put together in about half an hour :) Enjoy.
Please help - Weird delay with pong (tkinter)
Programming
Software Development
15 Years Ago
by freakn_style
… the long preamble, here is my problem. I have a
pong
game started and it works for the most part (the…
Java - Pong Problems
Programming
Software Development
14 Years Ago
by turt2live
… recently took up a challenge to make a full screen
pong
game in java. So far it is full screen, it…
Nee help with Pong
Programming
Software Development
13 Years Ago
by Mr. K
I created my own
Pong
, but the ball is not moving. I don`t have …
1
2
3
13
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC