Page 1 of 1

Downloadable sample projects?

Posted: 31 May 2015, 20:11
by zardon
I'm wondering if there is a sample project from github (or other) where I can the correct way to structure, build a boardgamearena project?

I'm following the tutorial of the reversii, but I was hoping that perhaps there would be source code somewhere I can learn how others accomplish certain goals

Re: Downloadable sample projects?

Posted: 31 May 2015, 21:12
by pikiou
Well, dimaz made his code public, check out his topic: http://forum.boardgamearena.com/viewtop ... =12&t=5268
Surely it can be of use to you, otherwise there would have been no point making it public ^^

I developed many games so I could share some code as well, but I did what admins specifically asked not to do: I wrote some kind of layer between the BGA framework and the actual game implementation (no SQL, no action.php, an undo system, sprite compression) which makes my code useless ><

Re: Downloadable sample projects?

Posted: 01 June 2015, 21:40
by tarini
https://github.com/alberto-bottarini/bga-florenza

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