Page 1 of 1

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

Posted: Mon May 01, 2017 8:02 am
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! :)

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

Posted: Mon May 01, 2017 8:16 pm
by Kwai chang caine
Nice, fun and musical pong, thanks for sharing 8)

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

Posted: Tue May 02, 2017 4:52 am
by MuuSer
Kwai chang caine wrote:Nice, fun and musical pong, thanks for sharing 8)
You are welcome. Pleasure is mine. :)

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

Posted: Tue May 02, 2017 5:41 pm
by RSBasic
Your game is very nice. Image

Can you add the online highscore? Example: http://www.purebasic.fr/german/viewtopi ... =8&t=12857

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

Posted: Tue May 02, 2017 10:16 pm
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.