Page 1 of 1

Pong multiplayer code

PostPosted: Tue Jul 29, 2014 10:19 pm
by netrick
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

PostPosted: Tue Jul 29, 2014 10:34 pm
by 94k
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

PostPosted: Tue Jul 29, 2014 10:35 pm
by rodot
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

PostPosted: Tue Jul 29, 2014 11:09 pm
by netrick
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 :)