Page 2 of 2

Re: Ideas on how you could approach a mmo?

PostPosted: Mon May 26, 2014 11:13 pm
by DFX2KX
another thing one could do, would be add an I2C module that'd emulate I2C over a network. That might be a more general and useful tool, and more people would likely find use for it. you'd hook it into your PC, and tell the pc application what network to connect to. Then your GB would think it was hooked to the others over i2c

Re: Ideas on how you could approach a mmo?

PostPosted: Tue May 27, 2014 12:53 am
by adekto
so just a normal arduino and handful of processing code?

Re: Ideas on how you could approach a mmo?

PostPosted: Tue May 27, 2014 8:42 pm
by ProCoder
rodot wrote:Yeah, the emulator doesn't support the battery level. You can disable the battery warning in the Gamebuino library in file battery.cpp. More info in the page 5 of the emulator thread.


Where would I do that change though if I am using the exe file though?

Re: Ideas on how you could approach a mmo?

PostPosted: Wed May 28, 2014 5:21 am
by rodot
In the gamebuino library Arduino/libraries/Gamebuino/battery.cpp, but please ask your questions about the emulator in the emulator topic.

Re: Ideas on how you could approach a mmo?

PostPosted: Fri May 30, 2014 8:43 pm
by DFX2KX
adekto wrote:so just a normal arduino and handful of processing code?


more or less, maybe an I2C jack to connect your multilayer cord up to. it would keep the network processing out of the game, which would kinda be helpful. as well as being more or less transparent to the GB. Like a Networking Bridge.

Multilayer coding

PostPosted: Sat May 31, 2014 10:25 am
by HTel
I have no idea how to code, no site tutorials or up now, all I do is look at the reference screen and wonder how you guys do it. I would like to know how to get the opponents press of a button. Like:
gb.buttons.pressed(BTN_A)
command but just for your opponent, or line 2 on the daisy chain.
I don't have my gamebuino so I can't experiment :( .
But I can code then fix the bugs, first how to do that :roll: .

Moderator: Post moved to existing topic

Re: Ideas on how you could approach a mmo?

PostPosted: Sat May 31, 2014 10:55 am
by rodot
If you simply want to play in multiplayer using I2C you should take a look at the PongMulti example.