Richard McCormack
Richard McCormack
Reproduction URL: https://www.brick.codes/spunky.html steps: 1) Browse to URL 2) Share netplay link 3) Connect using netplay link in incognito window 4) Observe that player2 (on wasm4.org) can see player1, but...
This enables the use of rusty-machine inside of WASM. Thanks!
It would really speed things up for me. Thanks for the great app!
For engine analysis etc
WASM globals are not managed by the netplay synchronization engine. As a result of this, two players on a cart using WASM globals can go out of sync. We are...
If I try to import: 1. Nf3 no problems. But the following errors: 1. Ngf3 Some PGN sources will overspecify moves when one piece is in check, and this can...
I have mumble-ruby running fine on Windows, but I had to edit client.rb to replace the two lines that use uname to get the OS version and name (uname does...
Have to address register case as well as stack slot case, although maybe stack slot case could be addressed upstream
Currently we have no way to lock this down in a test - need ability to lock down program status code and ignore error output?
`x = [1, 2, _];` This would be more consistent with structs, although it's probably not likely to be used often.