[GAME] Unfinished, but you can finish it...

Developed or developing a new product in PureBasic? Tell the world about it.
MuuSer
User
User
Posts: 14
Joined: Sat Feb 06, 2010 8:24 pm
Location: Estonia

[GAME] Unfinished, but you can finish it...

Post by MuuSer »

As I teach basic of programming in local high school with help of PureBasic, we started to make Pong like, or if be more specific – Squash like game. And here it is.

Image

Not a result of teaching, but draft code I wrote just in few hours. It is unfinished, no comments and variable-procedure names are in Estonian. Sorry if it makes your understanding about code harder. But as it not contain sensitive code as other my works, I can share it. You can download working exe or zip with code and dependencies. There are still lot to do and if you wish, you can develop it further, as I have another challenges and I doubt I can finish it. So – code is free, no credits needed, use as you wish…

And happy Worker’s day! :)
User avatar
Kwai chang caine
Always Here
Always Here
Posts: 5342
Joined: Sun Nov 05, 2006 11:42 pm
Location: Lyon - France

Re: [GAME] Unfinished, but you can finish it...

Post by Kwai chang caine »

Nice, fun and musical pong, thanks for sharing 8)
ImageThe happiness is a road...
Not a destination
MuuSer
User
User
Posts: 14
Joined: Sat Feb 06, 2010 8:24 pm
Location: Estonia

Re: [GAME] Unfinished, but you can finish it...

Post by MuuSer »

Kwai chang caine wrote:Nice, fun and musical pong, thanks for sharing 8)
You are welcome. Pleasure is mine. :)
User avatar
RSBasic
Moderator
Moderator
Posts: 1218
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: [GAME] Unfinished, but you can finish it...

Post by RSBasic »

Your game is very nice. Image

Can you add the online highscore? Example: http://www.purebasic.fr/german/viewtopi ... =8&t=12857
Image
Image
User avatar
tj1010
Enthusiast
Enthusiast
Posts: 623
Joined: Mon Feb 25, 2013 5:51 pm
Location: US or Estonia
Contact:

Re: [GAME] Unfinished, but you can finish it...

Post by tj1010 »

I did P2P network pong in PB once but never finished the physics part. You can use simple collision function now days. You need P2P or a dedicated polling server. Push probably bottle necks.
The truth hurts.
Post Reply