Little Pong clone

Developed or developing a new product in PureBasic? Tell the world about it.
robink
User
User
Posts: 26
Joined: Sat Jan 03, 2004 7:25 pm
Location: Rinteln
Contact:

Little Pong clone

Post by robink »

Little Pong clone with highscore : http://asdf.i-networx.de/Files/pong.tar.gz
It's only the source and it should work under linux and windows.
Dare2
Moderator
Moderator
Posts: 3321
Joined: Sat Dec 27, 2003 3:55 am
Location: Great Southern Land

Post by Dare2 »

Ran okay on my w2k machine.

Played best of 1 against me and lost. :)
dontmailme
Enthusiast
Enthusiast
Posts: 537
Joined: Wed Oct 29, 2003 10:35 am

Post by dontmailme »

It crashes on my Win2k ! :(
Paid up PB User !
Dare2
Moderator
Moderator
Posts: 3321
Joined: Sat Dec 27, 2003 3:55 am
Location: Great Southern Land

Post by Dare2 »

Yo, dontmailme - maybe you need a cruddy graphics card, like mine. :P

NVIDIA Riva TNT2 model 64.
TronDoc
Enthusiast
Enthusiast
Posts: 310
Joined: Wed Apr 30, 2003 3:50 am
Location: 3DoorsDown

Re: Little Pong clone

Post by TronDoc »

robink wrote:Little Pong clone with highscore : http://asdf.i-networx.de/Files/pong.tar.gz
It's only the source and it should work under linux and windows.
wOOhOO!! I compiled my first Linux game! (not MY game)
In other words; it works on Red Hat 9.
It works using pbcompiler pong.pb
and
it works compiling to executable using pbcompiler pong.pb -e pong.bin
(and then after changing the permission for pong.bin to allow execution of course!) :D
Thanks for the example!
Joe B.
peace
[pI 166Mhz 32Mb w95]
[pII 350Mhz 256Mb atir3RagePro WinDoze '98 FE & 2k]
[Athlon 1.3Ghz 160Mb XPHome & RedHat9]
benny
Enthusiast
Enthusiast
Posts: 465
Joined: Fri Apr 25, 2003 7:44 pm
Location: end of www
Contact:

Post by benny »

Yup,

works here (WinXP) too.
Reminds me on my flash version I 've done some months ago called monoPong (http://www.weltenkonstrukteur.de/dl/monoPong.swf) :)

Nice one...
regards,
benny!
-
pe0ple ar3 str4nge!!!
Christian
Enthusiast
Enthusiast
Posts: 154
Joined: Mon Dec 08, 2003 7:50 pm
Location: Germany

Post by Christian »

Works on my Suse8.1, too! The only problem is that I just can see a part of the game. I had to increase the screen to 1024*768 an know I can see the whole, but its not on the whole screen.

But this can also be a problem with my nvidea card. Have to see if I can find a better Linux driver.

regards,
Christian
TronDoc
Enthusiast
Enthusiast
Posts: 310
Joined: Wed Apr 30, 2003 3:50 am
Location: 3DoorsDown

Post by TronDoc »

finally got to look at the code.
I really appreciate the example.
It is easy to understand and will
help a lot in learning PureBASIC.
--jb
peace
[pI 166Mhz 32Mb w95]
[pII 350Mhz 256Mb atir3RagePro WinDoze '98 FE & 2k]
[Athlon 1.3Ghz 160Mb XPHome & RedHat9]
DarkDragon
Addict
Addict
Posts: 2345
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Post by DarkDragon »

RobinK has GNU Debian Linux. So it should work on linuxsystems
Post Reply