Page 1 of 1

Bumper Pool Game

Posted: Wed May 26, 2004 3:20 am
by waffle
http://home.comcast.net/~norman.perry/Pool.zip

Many thanks to psyco... for the collision code.


waffle.

Posted: Wed Jun 09, 2004 12:02 pm
by waffle
OK, added the following cool features....

1 - Powered bumpers
You can adjust the power 0-5

2 - Gravity
This helps suck the balls into the pockets

3 - Internet Play enabled and tested via LAN
up to 4 players using TCP client-server setup.

4 - Sound effects added

This currently does not support chat. I did cheat though :)
If you click on the launch chat option, it launches a java chat irc.
Actually, It just launches you to the DarkBasic chat room.
Its simple and fully functional without alot of traffic.
From the DB chat room you can create your own room to chat
or simply to help in connecting or troubleshooting.

----------------------------------------
----------------------------------------

Setting bumper power to 5 while enabling gravity results in a very short game. Expect each player to shoot about 2 times at most before a winner is determined.

Posted: Thu Jun 10, 2004 4:44 pm
by waffle
fixed invalid port error if user failes to specify one on startup
Fixed no Que stick shown when skipping offline players
fixed bumper repeating patter fault with randomness
Added full build data code to about box

current build is >1086866267

Posted: Thu Jun 10, 2004 5:33 pm
by blueznl
waffle, add a very minor random component to the vectors and you get rid of the repeating pattern issue

Posted: Thu Jun 10, 2004 7:03 pm
by waffle
done :)

Posted: Tue Aug 10, 2004 5:33 am
by waffle
All done.
Added sound effects too.
Multiplayer code even works.

For chat, you still need to use a third party irc.
Just call me lazy.

Source included in zip, same DL location as above.