Search found 45 matches

by tarini
19 July 2017, 22:07
Forum: Developers
Topic: Shared Projects - Survey
Replies: 10
Views: 5414

Re: Shared Projects - Survey

I speak as developer. I deployed a complete game (Florenza, if you want to try) and now I'm developing 1969 (https://boardgamegeek.com/boardgame/121409/1969). In my opinion, here on bga, the main needs for a developer is "structure" more then "code". As all we know, working with ...
by tarini
05 August 2015, 08:33
Forum: Developers
Topic: BGA open source project - common patterns
Replies: 0
Views: 1636

BGA open source project - common patterns

I would like to create a post to share some small patterns if you would like to share code with other developers. Please use GitHub as platform: it's huge, it's cool, it's a de-facto standard Create a public repository Use this naming convention: bga-{projectname} Do not share img folder (to avoid r...
by tarini
04 June 2015, 13:26
Forum: Developers
Topic: Studio is down?
Replies: 2
Views: 1527

Re: Studio is down?

hmmm I found the problem.
Some resources is linked through port 8081 and my company office is blocking these request.

However I discovered that these resource are avaiable also through standard 80 port.

Are there any reasons about this weird thing?
by tarini
02 June 2015, 21:45
Forum: Developers
Topic: Translation text inside notification
Replies: 4
Views: 3369

Re: Translation text inside notification

My case is more complicated I have an object like this: $card = array( 'description' => clienttranslate('blablabla'), 'cost' => 1000 ) and i send to the client in this way: notifyPlayer(12345, 'message', array( 'card' => $card )); I don't have a to-translate property, but a complex object
by tarini
02 June 2015, 21:42
Forum: Developers
Topic: Open source license compatible with BGA agreement?
Replies: 10
Views: 5298

Re: Open source license compatible with BGA agreement?

Hi, before publishing source code on github, I asked to a BGA administrator.
He said that the code is property of the developer and he (in my case, me) can do what he want without any problems
by tarini
02 June 2015, 20:19
Forum: Developers
Topic: Translation text inside notification
Replies: 4
Views: 3369

Translation text inside notification

Hi, I've got a doubt. In my material.php I have a list of array that rappresent each game cards. One of the "field" is a description. Description is useful only on the client, to show the card effect inside a tooltip; they are never used server side. These card objects are sent to the clie...
by tarini
01 June 2015, 21:40
Forum: Developers
Topic: Downloadable sample projects?
Replies: 2
Views: 1754

Re: Downloadable sample projects?

https://github.com/alberto-bottarini/bga-florenza

The code is a little messy and requires some refactoring. Don't blame on me :D

Go to advanced search