Marak
Marak
Do you think it's possible to bundle together the sdl dependencies so the package could be installed via one line instead of requiring additional installation steps using brew or apt-get...
strange issue, im sure its an easy fix if someone wants to dig into this. the browser demo works fine if you run if from a webserver, and not directly...
For some reason the keyboard event bindings are added again and again on each game loop. This is causing some issues getting a reliable key up event / creating game...
Since #6 , the headless server stopped working. Should be a minor scope issue related to upgrading to Phaser 3 scene API. Will be resolved soon.
The new version of Phaser has much better support for scenes. Instead of using `Behavior` API for managing scenes ( messy and problematic ), we should transition to using the...
Would be great if the battleground background was a bit more dynamic with layered parallax stars. Shouldn't have too much noise, just an occasional shooting star or two. Here is...
We should add a new behavior `hasMagneticMine`. This will allow ships to drop a mine that will attract to any object that gets within a certain proximity. Once this proximity...
It should be possible to eliminate the use of sending streams through the server by using WebRTC to establish a peer-to-peer connection. Investigate this option and implement. The functionality of...
The `bpipe` command line tool should be configurable through a `.bpipe` configuration file.
The library has no tests yet, it needs tests. https://github.com/isaacs/node-tap is the preferred testing library.