Here is what appears on the top right corner:
CPU: 0 / 90
Mem: 464 / 2048 KB
Anything I try to execute - does not work:
console.log("Cpu limit : " + JSON.stringify(Game.cpu.limit))
JSON.stringify(Game.cpu.limit)
console.log("Shard limits: " + JSON.stringify(Game.cpu.shardLimits));
JSON.stringify(Game.cpu.shardLimits);
JSON.stringify(Game.cpu.limit);
// no output!