Comunidad Game Maker

Ayuda => Preguntas y respuestas => Mensaje iniciado por: diegohernans en Julio 20, 2014, 08:09:07 PM

Título: bluetooth alguien a hecho un juego android con bluetooth?
Publicado por: diegohernans en Julio 20, 2014, 08:09:07 PM
alguien a hecho un juego android con bluetooth? con game maker studio ?  :GMS:

no he encontrado nada sobre esto espero alguien me pueda responder y tuviese un tutorial mejor todavia, de ante mano gracias
Título: Re:bluetooth alguien a hecho un juego android con bluetooth?
Publicado por: penumbra en Julio 20, 2014, 08:19:25 PM
Create a Bluetooth socket (currently unavailable!). Es decir: NO.

Según el manual, lo único que se puede de momento es conectar mandos en Android mediante bluetooth

•Android export supports NYKO controllers and generic Bluetooth controllers (including the OUYA), but only when they are enabled, meaning that you will have to tick the iCade/Bluetooth option in the Android Tab of the Global Game Settings. They require API level 12 for them to work fully and it should be noted that GameMaker: Studio will register as connected any Bluetooth devices that your device is paired with, whether or not it's actually connected. Therefore this should be taken into account when assigning and checking "slots".

Título: Re:bluetooth alguien a hecho un juego android con bluetooth?
Publicado por: LowHertzs en Julio 21, 2014, 01:18:05 PM
Con Bluetooth va a ser imposible, pero si podrías hacer uso del Wi-Fi entre cliente-cliente para poder jugar de una manera local (es decir sin usar internet).
Título: Re:bluetooth alguien a hecho un juego android con bluetooth?
Publicado por: diegohernans en Julio 22, 2014, 03:44:18 AM
gracias por sus respuestas  :) 
Título: Re:bluetooth alguien a hecho un juego android con bluetooth?
Publicado por: diegohernans en Julio 22, 2014, 03:45:51 AM
Cita de: LowHertzs en Julio 21, 2014, 01:18:05 PM
Con Bluetooth va a ser imposible, pero si podrías hacer uso del Wi-Fi entre cliente-cliente para poder jugar de una manera local (es decir sin usar internet).

Gracias, y tienes algun tutorial para eso de la wi-fi que sea compatible con game maker studio?