corewar-teamprojekt / corewar

Corewar is a game about competitively optimizing assembly code. See our issueboard for current issues.
https://corewar.shonk.software
Apache License 2.0
11 stars 0 forks source link

Adjust memory core to track memory accesses #207

Closed flamion closed 1 week ago

flamion commented 2 weeks ago

As user of the interpreter,

I want statistics about the game.

For that the memory core needs to track reads and writes from/to the memory and provide that data to the game data collector

Because we need accurate data for visualization

Notes:

BLOCKERS:

Acceptance Criteria: