Hello,
I'm a long-time developer going through the Reversi Tutorial, and learning my way around PHP and the BGA development environment.
I've been recreating the Reversi Tutorial from a blank project, which defaulted to 4 players. Now that I've got my database setup, I'm trying to switch it to 2 players only. I'm having trouble - some parts of the interface seem to recognize it, while others don't.
1. I've got players set to an array of 2 in gameinfos.inc.php (Picture: https://drive.google.com/file/d/1OShoxJ ... sp=sharing)
2. The game description page correctly shows 2 players (Picture: https://drive.google.com/file/d/1kMZCRR ... sp=sharing)
3. But when creating a table, there are spots for 4 players (Picture: https://drive.google.com/file/d/13JfQhe ... sp=sharing)
4. And when I express start the game, I get errors about number of players (Picture: https://drive.google.com/file/d/1lP1BmD ... sp=sharing)
I've probably just misconfigured something somewhere. Would love any advice on what to investigate.
Thanks so much!
Joe
I'm a long-time developer going through the Reversi Tutorial, and learning my way around PHP and the BGA development environment.
I've been recreating the Reversi Tutorial from a blank project, which defaulted to 4 players. Now that I've got my database setup, I'm trying to switch it to 2 players only. I'm having trouble - some parts of the interface seem to recognize it, while others don't.
1. I've got players set to an array of 2 in gameinfos.inc.php (Picture: https://drive.google.com/file/d/1OShoxJ ... sp=sharing)
2. The game description page correctly shows 2 players (Picture: https://drive.google.com/file/d/1kMZCRR ... sp=sharing)
3. But when creating a table, there are spots for 4 players (Picture: https://drive.google.com/file/d/13JfQhe ... sp=sharing)
4. And when I express start the game, I get errors about number of players (Picture: https://drive.google.com/file/d/1lP1BmD ... sp=sharing)
I've probably just misconfigured something somewhere. Would love any advice on what to investigate.
Thanks so much!
Joe