PBpong

Advanced game related topics
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Paul.

If you need a well deserved break from hardcore programming...
Surf on over to the PB Resources Site and visit the APPS section.

I was killing a little time before bed one night and ended up with a simple but addictive pong type game written in PureBasic :)


http://www.reelmediaproductions.com/pb


Edited by - paul on 11 February 2002 06:05:03
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by TronDoc.

I will if I can get my
caffeine-induced-shaking hand
to control the mouse with some measure
of accuracy..-jb
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Rings.

Nice easy great.thx.

Getting better with a little help from my friends....thx Siggi
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by cor.

Paul,

Where can we find the source, so we all can learn from it!!!

Cor
If you need a well deserved break from hardcore programming...
Surf on over to the PB Resources Site and visit the APPS section.

I was killing a little time before bed one night and ended up with a simple but addictive pong type game written in PureBasic :)


http://www.reelmediaproductions.com/pb


Edited by - paul on 11 February 2002 06:05:03
Using Windows 98 SE
Registered PB version : 2.90 (Windows)
--------------------------
C. de Visser
Author of Super Guitar Chord Finder
http://www.ready4music.com
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Pupil.
Paul,

Where can we find the source, so we all can learn from it!!!

Cor
Hi,

check the text file link to the right of the link to the zipped PBpong archieve. If that wasn't clear, try the link in the column that says "View (TXT)".
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by MrVainSCL.

Hi Paul
Nice game... but the original is not called Pong... it was known as BreakOut :wink: - When playing a MP3 in background on my PIII/450 there is no smooth moving of the ball... Just add:

Code: Select all

   SetPriorityClass_(GetCurrentProcess_(), 13 )       ; 13 = HIGH_PRIORITY_CLASS 


PIII450, 256MB Ram, 6GB HD, RivaTNT, DirectX8.1, SB AWE64, Win98SE + Updates...

greetz
MrVainSCL! aka Thorsten
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Paul.
Nice game... but the original is not called Pong... it was known as BreakOut :wink:
Yeah, I know :)
But the green monochrome colors kinda reminded me of Pong

- When playing a MP3 in background on my PIII/450 there is no smooth moving of the ball... Just add:
You're not suppose to have MP3's playing in the background...
That ruins the whole mood!! :)
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by MrVainSCL.
You're not suppose to have MP3's playing in the background...
that ruins the whole mood!! :)
hehe... i am listen to some old skool chip tunes or to some nice trance mp3 when playing... Btw it would be easy to code your complete game in only 32k Stay cool men.. bye

PIII450, 256MB Ram, 6GB HD, RivaTNT, DirectX8.1, SB AWE64, Win98SE + Updates...

greetz
MrVainSCL! aka Thorsten
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by TronDoc.

Windoze error Message Box:

Code: Select all

! The PBPONG.EXE file is
  linked to missing export DINPUT.DLL:DirectInputCreateEx.
                   +----+
                   | OK |
                   +----+
is this that DirectX thing again? -jb
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Paul.

Looks like you either don't have directX installed or your version is corrupt?
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Fangbeast.
Looks like you either don't have directX installed or your version is corrupt?

Okay, youa re oficially an evil person. I am addicted to PBPONG !! Noooooooo!! Now what do I do?? (ROFL)

Fangles
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by TronDoc.
Looks like you either don't have directX installed or your version is corrupt?
you are correct. I do not have it installed. My old PC freaks out when I install it. -jb
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by MrVainSCL.

Hi Paul!
Btw. i beat your hi-score on the first day - Your game is simple and easy but make a lot of fun - i like it :wink:)


PIII450, 256MB Ram, 6GB HD, RivaTNT, DirectX8.1, SB AWE64, Win98SE + Updates...

greetz
MrVainSCL! aka Thorsten
Post Reply