Pomax
Pomax
Goddamnit visual studio, is there nothing you can just do right by running the un/installers =_= (I'm trying with 2013 instead of 2015 because the latter couldn't even finish installing....
visual studio 2015 I'm sure has a better installer than 2015 community edition, but issues with 2015 is mostly an MS issue, so I'm willing to completely ignore that.
this is still relevant.
basics: three text areas with a very basic game (dice rolling?) ``` [clientclass] [serverclass] [demo.js] ``` maybe an integration and call animation?
If anyone else wants to see if they can uplift a project with hand-rolled websocket or rpc functionality, let me know =)
I'm only seeing this happen on bad builds atm, so... removing the priority unless this start to happen for "properly working" builds.
stub created
Now that we (mostly) have autogenerate for types and docs with examples, writing tests should become easier too...?
Note that this will almost certainly involve something like: ```js let hy = __ natural_coordinates ? screenToWorld(0, height).y : false; someFunction(x, hy ? hy - y : y, ...) ````...
Also see #71