What's the tech behind this? Meteor?
A multiplayer Tron-like game with curves
91–100 of 104 posts
Re: A multiplayer Tron-like game with curves
#92It's open source; somebody install it on another server so we can actually play... https://github.com/Elao/curvytron
Re: A multiplayer Tron-like game with curves
#93It's open source; somebody install it on another server so we can actually play... https://github.com/Elao/curvytron
Re: A multiplayer Tron-like game with curves
#94It's open source; somebody install it on another server so we can actually play... https://github.com/Elao/curvytron
I installed it but I get 404 on /js/dependencies.js. I'm not experienced with node.js and the like, what can I do?
Re: A multiplayer Tron-like game with curves
#95It runs beautifully on an i386 1.5GHz in surf browser. :)
/request_mode on mode with 90 degree turns. _Exactly_ like Tron. :p /request_mode off
[0]: just because I only want to experience this from a purely user perspective and I'm enjoying it.
Thanks!
edited: format
Re: A multiplayer Tron-like game with curves
#96very nice. suggestions: 1 - a stronger indicator of which point is you (the arrow at the beginning is not enough) 2 - control instructions (it wasn't obvious you had to use the keyboard arrows, also because of (1). 3 - if the room is crowded, the game will never start as long people keep joining. Put a timer or similar. 4 - i've seen some 90 degrees turns, probably because of lag or similar. it is probably a bug you…
Re: A multiplayer Tron-like game with curves
#97I liked cursors.io better.
Re: A multiplayer Tron-like game with curves
#98How is it communicating with the server? Websockets?
Re: A multiplayer Tron-like game with curves
#99Earlier quoted context omitted.
I installed it but I get 404 on /js/dependencies.js. I'm not experienced with node.js and the like, what can I do?
If you need any help don't hesitate to contact the team :)
When I access the server I get an error page. I looked at the browser log and it shows 404 for /js/dependencies.js.
I thought it was because I set it up behind apache but wget localhost:curvy_port/js/dependencies.js also yields 404.
I don't exactly know how to contact the team about this since I can't say it's a bug so I thought opening a github issue about it would be bad form.
Re: A multiplayer Tron-like game with curves
#100Earlier quoted context omitted.
If you need any help don't hesitate to contact the team :)
I followed the installation doc, everything seems fine and the server starts (node bin/curvytron.js). When I access the server I get an error page. I looked at the browser log and it shows 404 for /js/dependencies.js. I thought it was because I set it up behind apache but wget localhost:curvy_port/js/dependencies.js also yields 404. I don't exactly know how to contact the team about this since I can't say it's a bug…
Can you check if the file web/js/dependencies.js exists in the game folder?