L
L
Lynxi2013-12-07 20:09:56
Analytics
Lynxi, 2013-12-07 20:09:56

What is the target audience for puzzles?

Help determine the target audience of logic games, more classic puzzles. Such as mahjong, tags and so on. Where there is no setting, but there is a field with chips.
The option of adding a plot to such a game is not excluded. How will this affect the target audience? Will it be a different class of players or will the target audience expand?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Sergey Sokolov, 2015-12-30
@pingvi69

See the json_encode() documentation for the second parameter. See also the description of the constants , and in particular you need JSON_UNESCAPED_UNICODE.

I
Ilya Bobkov, 2015-12-30
@heksen

var object = JSON.parse( data );
$.each( object , function(k, item)
{
// handling item.name here
});

F
frees2, 2015-12-31
@frees2

$json = preg_replace("#(/\*([^*]|[\r\n]|(\*+([^*/]|[\r\n])))*\*+/)|([\s\t]//.*)|(^//.*)#", '', $json);
// setlocale(LC_ALL, 'ru_RU.utf8');
 $json = json_decode($json, true) ; 
 // print_r($json);

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question