Posts by HomeComputer • 31 points
1 post
-
3
votes1
answer139
viewsQ: Problem Code Nodejs multiplayer game
Hello, I’m having trouble creating a real-time game with Node.js, below is the client part: var position = {x:0, y:0}; var canvas = document.querySelector("canvas"); var context =…