I wonder if anyone can give me any assistance, I've just started my first project. I went straight in and clone Russian Railroads to just check out the code. I'm a Ruby developer, but I dabbled with PHP about 15 years ago so I just wanted to learn by poking stuff with a stick as see what happens. I've got my cloned game and downloaded it to take a look.
Firstly, it doesn't seem complete. The image assets seem to be incomplete, ie. there's a main board, but no player boards, no engineers or spritemap which is what I was expecting. Oh, well I thought I'd just kick a game login as a test user and see what happens.
I'm getting this, I can't see an include directory and I can't see an Rrr.inc.php file either. What am I missing? Any ideas? If I need to go read something because I missed something of course that's fine. Or is the cloning process missing something?
Many many thanks, it's really weird being an absolute noob at a new platform (to me anyway), I think I like it.
Cheers
RobL
Firstly, it doesn't seem complete. The image assets seem to be incomplete, ie. there's a main board, but no player boards, no engineers or spritemap which is what I was expecting. Oh, well I thought I'd just kick a game login as a test user and see what happens.
Code: Select all
Unexpected error: Wrong formatted data from BGA gameserver 1 (method: createGame): JSON_ERROR_SYNTAX
Warning: require_once(/var/www/tournoi/include/Rrr.inc.php): failed to open stream: No such file or directory in /var/tournoi/release/tournoi-200713-1615-gs/www/index.php on line 101
Fatal error: require_once(): Failed opening required '/var/www/tournoi/include/Rrr.inc.php' (include_path='.:/usr/share/php') in /var/tournoi/release/tournoi-200713-1615-gs/www/index.php on line 101
Many many thanks, it's really weird being an absolute noob at a new platform (to me anyway), I think I like it.
Cheers
RobL