I have experience with C/++ and am trying to learn how to develop on the BGA framework by starting very simple; Tic-Tac-Toe.
I am following this tutorial: https://boardgamearena.com/doc/Tutorial_reversi
but I failed at the very first item. I can't get my board jpeg to show up in game, despite my setup being borderline identical to the tutorial and the approach taken in other example games I've downloaded.
I can get text from my div to show up, but the css class isn't being applied at all. I even tried just making a grey box, but my page remains empty. Yes I have uploaded my files to the server. I'm not seeing any indication of exceptions so I'm not sure how to debug the css/html elements.
Can anyone recommend heavily commented projects to reverse engineer? My project is lptictactoe.
I am following this tutorial: https://boardgamearena.com/doc/Tutorial_reversi
but I failed at the very first item. I can't get my board jpeg to show up in game, despite my setup being borderline identical to the tutorial and the approach taken in other example games I've downloaded.
I can get text from my div to show up, but the css class isn't being applied at all. I even tried just making a grey box, but my page remains empty. Yes I have uploaded my files to the server. I'm not seeing any indication of exceptions so I'm not sure how to debug the css/html elements.
Can anyone recommend heavily commented projects to reverse engineer? My project is lptictactoe.