Skip to content
/ Bent Public

A simple game that uses a php websocket backend and electron frontend + three.js for rendering.

License

Notifications You must be signed in to change notification settings

ramity/Bent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple game that uses a php websocket backend and electron frontend + three.js for rendering.

Topics

Resources

License

Stars

Watchers

Forks