ramity / Bent

A simple game that uses a php websocket backend and electron frontend + three.js for rendering.
Do What The F*ck You Want To Public License
0 stars 1 forks source link
electron-app game javascript php threejs websocket

Bent

Bent/Server

Heavy lifting for the websocket server done by: nekudo

I originally forked this code, but seeing as it's going towards a game, I'm pretty sure that's not the direction intended. Here's a link to the original repo. Give it a look over: https://github.com/nekudo/php-websocket

Bent/Client

Using Electron quick start for base of the project.

Client start

navigate to root of repo

cd client
npm install && npm start

Server start

navigate to root of repo

php ./server/server.php