Search found 24 matches

by garcia1968
24 July 2013, 14:08
Forum: Developers
Topic: almost finished game, sample code
Replies: 3
Views: 2596

Re: almost finished game, sample code

Thanks for the feedback and thanks stst for the game work offer. For completing the game I'd suggest emailing Greg or Een to give you access to the game development folders if you don't have access already. If you have specific questions about my code, I can try to answer via private message here, a...
by garcia1968
08 July 2013, 22:09
Forum: Developers
Topic: almost finished game, sample code
Replies: 3
Views: 2596

almost finished game, sample code

If another developer would like to finish development or look at the code for 'Isaac', I have shared the code at the following github link https://github.com/garcia1968/isaac The game is in a 'playable' state, but there were a few minor issues left to resolve such as player perspective changes, etc....
by garcia1968
29 May 2013, 16:56
Forum: Developers
Topic: board rotation, player perspective
Replies: 1
Views: 25259

board rotation, player perspective

Have a general development question for any developers who have had to implement player-perspective dependent views of the board. I'm working on the game 'Isaac' which has a white and black player facing each other placing/removing pieces on the board. Originally the board was developed only with th...
by garcia1968
13 May 2013, 22:21
Forum: Developers
Topic: tie breaker example
Replies: 1
Views: 1835

tie breaker example

Saw in the latest BGA Studio update: "Tie-breaking managing functions are now visible on BGA Studio." Any wiki documentation or examples on how to view and use these tie-breaker functions? My current game uses point values from leftover pieces in an earlier game phase as a tie-breaker - so...
by garcia1968
11 May 2013, 21:58
Forum: Developers
Topic: Server syntax error: This game has ended
Replies: 9
Views: 5825

Re: Server syntax error: This game has ended

Hey Rudolf, Thanks for the suggestion. I was asking for step 99 (endGame) which produced the error. I looked at your earlier thread also http://forum.boardgamearena.com/viewtopic.php?f=12&t=3003 I may give that a try as a work-around fix later, hoping to for a simpler/direct fix without having t...
by garcia1968
11 May 2013, 21:42
Forum: Developers
Topic: draw error - final score
Replies: 5
Views: 3018

Re: draw error - final score

>Another possibility would be that you reused in your game some generic css class.

That was it! Thanks for the hint. I used 'score' to represent my score marker in the css and renamed it 'scoreMarker' to avoid the conflict.
by garcia1968
11 May 2013, 19:40
Forum: Developers
Topic: Server syntax error: This game has ended
Replies: 9
Views: 5825

Re: Server syntax error: This game has ended

I'm getting this same error, my gamestate did just change to 'endGame', but no final score box was shown and I can't find the same type error as was the case for tilalilalou.
by garcia1968
11 May 2013, 05:17
Forum: Developers
Topic: draw error - final score
Replies: 5
Views: 3018

Re: draw error - final score

Also I was noticing that if ending the game with a tie score, this final window declares one of the players a winner anyway instead of a tie - so not sure how to influence/correct this window after issuing an 'endGame' state for either the 'draw error' or 'tie displayed as win' error.

Thanks
by garcia1968
11 May 2013, 02:36
Forum: Developers
Topic: draw error - final score
Replies: 5
Views: 3018

Re: draw error - final score

I'm familiar with z-indexing, and that could be part of it - I searched my files for 'z-index' but didn't find where it was referenced in the .css file or elsewhere.

Where is the client code to post the final score box?
by garcia1968
10 May 2013, 13:40
Forum: Developers
Topic: draw error - final score
Replies: 5
Views: 3018

draw error - final score

I'm getting this draw error(no formal red bar error at top,etc) on the final score where it's showing parts of my pieces from somewhere overlaid on the score window.

Ideas on how to fix?

Image

Go to advanced search