simon987

Results 132 comments of simon987

I don't know if the server could handle delivering everyone's ram and registers in real time, you can always dump the mem and registers to floppy and read it with...

Hi, thanks a lot for taking the time to contribute. Alpha/gamma/beta radiation can be implemented with different 'getCounts()' function (e.g. getAlphaCounts(), getBetaCounts() etc), they also have a different constants for...

I talked with Kevin on the slack channel, so the goal would be to replace the current [PlainTextConsole](https://github.com/simon987/Much-Assembly-Required/blob/c5cb5df335f50660595585b2ae7ce8df2d2b6d9f/Server/src/main/typescript/Console.ts#L42-L206) with xterm.js, which would enable additional "cursor moving magic and voodoo" that...

To implement the LEA instruction, a major refactor of the Operand class is necessary. I think that it would be more worthwhile to work on the other features before jumping...

What I had in mind for PvP is another dimension (like the vaults) which would be only accessible by traveling with the Rocket (#36) (Another planet / moon, perhaps) and...

More info on radiation and mesurments: - Geiger Mueller (GM) tube sensing element. are used in most Portable Hand Held Survey Detectors to locate radiation. They detect alpha, beta, X-rays...

I'm working to implement an animation to make this work client-side.

Good point. I added an issue for the secret key. As for `LASER_DEPOSIT`, I'll try to implement it when I have the time. Problem with it is that we have...

I think a good way to do it would be to assign an identifier for each possible structure ( `"IRON_OBSTACLE"`, `"ROCKET"`, etc), then hash them with something like `sha1(identifier:secret key)`,...

> Hopefully it'll remove the redundant ones when the other PR is merged. Yes don't worry this will get sorted out > Where can I look to see artwork being...