0
0
0
Help
Species: {{species.length}}
gen
code
amount
 
 {{item.generation}}
{{item.code_length}}
{{item.amount}}
ID: {{selected_cube.getId()}}
Idle ticks: {{selected_cube.idle_ticks_num}}
Alive: {{selected_cube.isAlive()}}
All ticks: {{selected_cube.all_ticks_num}}

SpeciesID: {{selected_cube.getSpeciesId()}}
Generation: {{selected_cube.getGeneration()}}
Color:      

Markers: {{selected_cube.getSideMarkers()}}
Energy: {{selected_cube.getEnergy()}}

Registers:
Reg A: {{selected_cube.getRegA()}}
Reg B: {{selected_cube.getRegB()}}
Loop: {{selected_cube.getRegLoop()}}
Addr1: {{selected_cube.getRegAddr1()}}
Addr2: {{selected_cube.getRegAddr2()}}
IP: {{selected_cube.getIP()}}

Code length: {{ selected_cube.getCode().length / 3 }}
Memory length: {{selected_cube.getMemoryLen()}}

{{selected_cube.getMemory()}}

Show all
Clear sort
p - pause/unpause.
In pause mode you can select cubes by clicking on them
and examining whole their info: code, memory, registers, etc.
 
Use arrows to move camera, mouse middle button to zoom,
and hold left mouse button to change camera direction.
 
Click on species in the list will hide all cubes exept this species.
"Show all" button returns all cubes back.
0