Advice on general approaches or feasibility and discussions about game design
Post a reply

Pong multiplayer code

Tue Jul 29, 2014 10:19 pm

Hello, i want to change a little bit variables like ball speed or make something like game modes(easy, medium, hard) in pre-uploaded "PONG 2P" game but i can't find source code(forum and wiki) for that game. If someone have this source code, please share it :D

Re: Pong multiplayer code

Tue Jul 29, 2014 10:34 pm

The default games and other examples are provided in the Gamebuino Library
(https://github.com/Rodot/Gamebuino/archive/master.zip)
in library/Gamebuino/examples if I'm not mistaken.

Re: Pong multiplayer code

Tue Jul 29, 2014 10:35 pm

Hey netrick, and welcome on the forum :)
Did you install the Arduino IDE and the Gamebuino library? It's explained on the getting started page.
Then, when you start the Arduino IDE, click on File/Examples/Gamebuino/Advanced/PongMulti

Re: Pong multiplayer code

Tue Jul 29, 2014 11:09 pm

Yes, i installed arduino IDE some time ago when i played with raw arduino :D, I didn't expect the code in Arduino IDE, but rather on the wiki or forum ^ ^

Let's get to the work now and thanks for help :)
Post a reply