Search found 4 matches

by Carsiko
14 June 2023, 20:13
Forum: Developers
Topic: [Solved] Gomoku tutorials
Replies: 7
Views: 541

Re: Gomoku tutorials

Thanks again. I solved. The problem was actually in the game.php file, in the player color assignment. While I replaced the default colors (red and green) with #000000 and #ffffff, there was a line of code calling up the previous default colors that I hadn't seen (and wasn't noted in the tutorial). ...
by Carsiko
14 June 2023, 19:16
Forum: Developers
Topic: [Solved] Gomoku tutorials
Replies: 7
Views: 541

Re: Gomoku tutorials

I checked the css again and I confirm it is correct and correctly loaded. Before clicking on an intersection the class is no_stone, after clicking it becomes black_stone, regardless of the player. So at this point I think there is an error in the js file, which should be the one that decides the col...
by Carsiko
14 June 2023, 18:54
Forum: Developers
Topic: [Solved] Gomoku tutorials
Replies: 7
Views: 541

Re: Gomoku tutorials

Thanks a lot for the tip. This morning I created a new project from scratch and now I can see the stones, but a new problem: they are always black, regardless of the player. It's very strange, because in the tutorial code it's quite reduced to a copy-paste, so I don't know where and what went wrong ...
by Carsiko
14 June 2023, 08:17
Forum: Developers
Topic: [Solved] Gomoku tutorials
Replies: 7
Views: 541

[Solved] Gomoku tutorials

Hi :) I'm a developer and I'm trying to learn how to develop games on BGA. I am struggling with the Gomoku tutorial and I would like to know if there is a working project repository in which to see if I have followed the guide correctly. I'm having problems with the stones appearing (not a CSS probl...

Go to advanced search