Search found 1 match

by Maugrey
02 July 2020, 13:56
Forum: Developers
Topic: reversi tutorial: gameserver locked by configuration
Replies: 1
Views: 964

Re: reversi tutorial: gameserver locked by configuration

Hi, I had the same problem. If you copy/past the code with no modification, you should have something like that : if( this.checkAction( 'playDisc' ) ) // Check that this action is possible at this moment { this.ajaxcall( "/reversi/reversi/playDisc.html", { x:x, y:y }, this, function( resul...

Go to advanced search