Search found 41 matches

by BrianLovesMarvel
02 January 2023, 18:57
Forum: Developers
Topic: [Mobile] How to test iPad
Replies: 6
Views: 935

Re: [Mobile] How to test iPad

Try searching Google for "iPad emulator". There are several options, and some review articles comparing them.

If you find one that works well, please let us know!

Thanks, Brian
by BrianLovesMarvel
02 January 2023, 18:49
Forum: Developers
Topic: "an unexpected error has occurred" when launching the game
Replies: 4
Views: 494

Re: "an unexpected error has occurred" when launching the game

The game constructor will be called each and every time the game class will be instantiated, so pretty much whenever a player will make a request to the back end. Thank you! I have a lot of experience with php, yet I've been incorrectly imagining that with BGA, game.php is running constantly on the...
by BrianLovesMarvel
31 December 2022, 14:26
Forum: Developers
Topic: "an unexpected error has occurred" when launching the game
Replies: 4
Views: 494

Re: "an unexpected error has occurred" when launching the game

One thing for me that's challenging is understanding what is happening in the BGA Studio framework outside of my code. I'm basically writing plug-ins and call-backs, but the main program is BGA Studio, and despite the pretty good doc I don't fully understand what happens exactly when in the flow. I ...
by BrianLovesMarvel
02 October 2021, 03:50
Forum: New Frontiers
Topic: Needs rebalancing?
Replies: 4
Views: 1783

Needs rebalancing?

Hi guys, I tried this with my friends tonight and I just ran away with the game using the military option. Seems like there are too many high powered planets and developments available to the military player, and there is no cost to having military, you don't spend it. Maybe a rebalancing is in orde...
by BrianLovesMarvel
28 February 2021, 14:24
Forum: Developers
Topic: Does the reversi tutorial is actually working ?
Replies: 12
Views: 1897

Re: Does the reversi tutorial is actually working ?

I'm also new, but just a little bit further down the road. There may be other, better ways. It will take some time to learn the framework, so give yourself small goals and take your time. :) Everything is done using multiple files. This takes a while to get used to. The best files I have found for w...
by BrianLovesMarvel
26 February 2021, 12:11
Forum: Developers
Topic: Looking for a developer?
Replies: 4
Views: 768

Re: Looking for a developer?

Hi, My friends and I developed a board game from prototype. Eventually we got it polished enough we wanted real cards, etc. At that point I found TheGameCrafter and started seriously working on the graphics. Once uploaded, you can get a nice, high quality prototype to work with. It isn't scalable to...
by BrianLovesMarvel
26 February 2021, 11:32
Forum: Developers
Topic: SQL help? It's only pulling unique rows when I want everything
Replies: 13
Views: 2308

Re: SQL help? It's only pulling unique rows when I want everything

If you posted your db sql for creating the table, creating the pieces, and retrieving the pieces that would be helpful. Otherwise we don't have much to go on. Are you using getObjectFromDB or getCollectionFromDb? The only thing about the SQL that kind of jumped out at me was ...pieces.player_id id,....
by BrianLovesMarvel
22 February 2021, 02:27
Forum: Developers
Topic: Storing and updating list of possible player's actions
Replies: 6
Views: 1070

Re: Storing and updating list of possible player's actions

I'm just getting started, but here's how I'd do it. The general flow would be like this. At the beginning of the state, on the server side, you will need to figure out what actions are possible for the player. In the server side arguments function for the state, send the list of what is possible now...
by BrianLovesMarvel
20 February 2021, 16:35
Forum: "Alpha" games
Topic: Alpha server issue [resolved]
Replies: 21
Views: 3798

Re: Alpha server issue

Dear BGA Studio wizards,

It sounds like this is solved! Very glad to hear it.

Maybe you could change the name of the ticket (showing at the top of the news feed) as Resolved?

I keep seeing it and thinking there might still be a problem. :)

Thanks, Brian
by BrianLovesMarvel
14 February 2021, 16:02
Forum: Developers
Topic: How to troubleshoot a tutorial?
Replies: 2
Views: 527

Re: How to troubleshoot a tutorial?

I'm new too and still learning a lot. I've found going into the dev tools on the browser (Ctl-Shift-I) and adding debugging output to the javascript console and alerts to be very helpful. console.log(var); console.log("testing"); alert("var="+var); There are further suggestions h...

Go to advanced search