Developing a game on Board Game Arena

Board Game Arena Official announcements
User avatar
ChrisGNZ
Posts: 5
Joined: 09 August 2012, 11:58

Re: Developing a game on Board Game Arena

Post by ChrisGNZ »

Thanks for putting up the two latest technical presentations; they were very interesting! One thing I failed to pick up on from the BGA Framework presentation is how the client browser receives notifications from the BGA server. What mechanism is used to achieve this? Does the client continually poll the server to see if a notification is waiting, or does the client hold open an HTTP stream? Or am I just over-thinking this? :D
User avatar
sourisdudesert
Administrateur
Posts: 4630
Joined: 23 January 2010, 22:02

Re: Developing a game on Board Game Arena

Post by sourisdudesert »

Hello,

You are not overthinking :)

We are using a Comet technology:
http://en.wikipedia.org/wiki/Comet_%28programming%29

(Currently, we are using HTTP long polling system).

But don't be afraid: the BGA framework is taking care of all this (complex) part: from the developer point of view you just have to push your data and they are received on client side.

Cheers,
User avatar
macco
Posts: 2
Joined: 12 July 2012, 12:03

Re: Developing a game on Board Game Arena

Post by macco »

sourisdudesert wrote:Hello,

You are not overthinking :)

We are using a Comet technology:
http://en.wikipedia.org/wiki/Comet_%28programming%29

(Currently, we are using HTTP long polling system).

But don't be afraid: the BGA framework is taking care of all this (complex) part: from the developer point of view you just have to push your data and they are received on client side.

Cheers,
That is, you take away all the fun! :P
User avatar
teasel
Posts: 67
Joined: 29 June 2012, 20:13

Re: Developing a game on Board Game Arena

Post by teasel »

ehy souris,i asked in the developer subforum but i got no reply,what do i need to do if i want to partecipate? is this thing even already out?
User avatar
Phelan
Posts: 143
Joined: 21 October 2011, 01:38

Re: Developing a game on Board Game Arena

Post by Phelan »

It isn't out yet. If you're interested, send them an email, and they'll contact you when it's available.
User avatar
beri
Posts: 198
Joined: 21 March 2012, 15:20

Re: Developing a game on Board Game Arena

Post by beri »

I have designed an abstract game that works really well. Is there some place where I could find a willing developer?
Locked

Return to “Official announcements [en]”