 ambiecopperaedri Registered User |
Quote
|
2020-05-23 12:31:41 |
|
Hi! I am new to CopperCube 6 and CopperLicht. And on top of that, I just learning game development using Javascript. I made some games using Javascript but I am not sure how to 'wire' it up with my server. For example, I want to call my javascript function when a button or player move. I am using CopperCube 6 to take care of the graphics part of the game then compile the code and my javascript. Then run the whole game in my webserver. Any ideas where I should start?
|
 serge Registered User |
Quote
|
2020-07-28 16:58:31 |
|
Coppercube was never design for multiplayer. One player game only but read the tutorial in coppercube. It's easily to understand
|
 oleksandr Registered User |
Quote
|
2020-10-08 13:43:41 |
|
You can try websockets. Browsers are support WebSocket client and the server you can create with I think so.https://github.com/fastify/fasti...
|
 oleksandr Registered User |
Quote
|
2020-10-09 07:16:04 |
|
Or you can try this http://docs.lance.gg/tutorial-A_...
|