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

#76 Implement SHORK Settings #233

Closed nikkischnelle closed 1 week ago

nikkischnelle commented 2 weeks ago

There were some issues testing options

The way address resolving works had to be changed substantially because of the readDistance and writeDistance settings.
(Because of this, each time a new instruction is implemented, I will have to alter this PR. So do not merge right after merging of a new instruction)