Search found 10 matches

by Madmartigan007
02 January 2021, 17:39
Forum: Developers
Topic: Diving into code, need some assistance
Replies: 13
Views: 2123

Re: Diving into code, need some assistance

Game: Sutakku Hello all, progress is steady and I am looking to try to take this to the next step. I finished 75% of the PHP main class for basic stuff. Game starts with an autoroll of 3 dice out of 12. I have that working and data stored in the database. Next is for user to "select" 2 or ...
by Madmartigan007
31 December 2020, 05:01
Forum: Developers
Topic: Diving into code, need some assistance
Replies: 13
Views: 2123

Re: Diving into code, need some assistance

I was able to get past this error by commenting out this: // this breaks the code // foreach ($dice_thrown => $amount) { // $sql_values[] = "($amount)"; // } I believe the fix should look like this: foreach ($dice_thrown as $amount => $amount) { $sql_values[] = "($amount)"; } I s...
by Madmartigan007
31 December 2020, 04:37
Forum: Developers
Topic: Diving into code, need some assistance
Replies: 13
Views: 2123

Re: Diving into code, need some assistance

Thanks for looking, checked both issues and cleaned them up, issue still exists.

Error: Error loading file: syntax error, unexpected '=>' (T_DOUBLE_ARROW) around if(0){ /** *------ * BGA framework: © Gre
by Madmartigan007
30 December 2020, 19:49
Forum: Developers
Topic: Diving into code, need some assistance
Replies: 13
Views: 2123

Re: Diving into code, need some assistance

Still getting error compiling Error: Error loading file: syntax error, unexpected '=>' (T_DOUBLE_ARROW) around if(0){ /** *------ * BGA framework: © Gre I've tried to comment out everything and cannot find what is causing this. Can someone please assist? Game is Sutakku. So frustrated. If I can get ...
by Madmartigan007
30 December 2020, 01:44
Forum: Developers
Topic: Diving into code, need some assistance
Replies: 13
Views: 2123

Re: Diving into code, need some assistance

sorry, project is Sutakku. Removed the Print "HERE" - looks like the underlying issue is still there, but that resolved getting the game to at least start. Strange that my board image reset to a very large image again, i'll look into that. Error: Error loading file: syntax error, unexpecte...
by Madmartigan007
29 December 2020, 22:49
Forum: Developers
Topic: Diving into code, need some assistance
Replies: 13
Views: 2123

Diving into code, need some assistance

Hello, sorry my by noob status. I am using Martian Dice as an example as there are some similarities to what I need. At this point I am only trying to get the game to start without errors after the "game" does the initial of rolling 3 of the 12 starting dice. No html, no js, no css yet. Al...
by Madmartigan007
29 December 2020, 14:23
Forum: Developers
Topic: Diving in, got stuck pretty quick
Replies: 6
Views: 908

Re: Diving in, got stuck pretty quick

cntrl-F5 solved that - TY

I had been reloading the pictures after every step.


as for the size, no, its too big, but i had no idea until i saw it.
by Madmartigan007
29 December 2020, 06:14
Forum: Developers
Topic: Diving in, got stuck pretty quick
Replies: 6
Views: 908

Diving in, got stuck pretty quick

Hello, So I am following the Create_a_game_in_BGA_Studio:_Complete_Walkthrough I am trying to get some moral satisfaction by just adding the game board to the screen. To the tpl file I added <div id="board" class="board"> </div> to the css file I added .board { background-image: ...
by Madmartigan007
28 December 2020, 22:42
Forum: Developers
Topic: New Developer - files location
Replies: 3
Views: 598

Re: New Developer - files location

thank you, I am on my way!
by Madmartigan007
26 December 2020, 21:02
Forum: Developers
Topic: New Developer - files location
Replies: 3
Views: 598

New Developer - files location

Sorry if this is a dumb question - I am very new at this process, just trying to get past the learning curve... So I created a new project, and ran it with zero custom code and it starts as expected. I reached out to the publisher for files/images. Started a GIT for version control. I am trying to f...

Go to advanced search