phpgl / php-towerdefense

A 3D tower defense game written in PHP.
76 stars 3 forks source link

Debug Console and Server #12

Open borisstock opened 1 year ago

borisstock commented 1 year ago

Add a simple debug console and debug TCP (HTTP) server to be able to more conveniently edit the scene etc.

borisstock commented 1 year ago

Debug console is generally available and works. Must now be extended with commands as needed.

Debug Server still needs a little bit of work.