Is it possible to make Slither.io (currently number 1 in free iOS apps) with Construct 2 ? ? ?
Nr.1 - wow -must be a great story to tell.
I only looked into the game for a few seconds - but it's multiplayer snake? Is it?
Here is a tutorial and the capx for a snake version that is almost like slither.io - without the multiplayer part.
I'm am Most interested in the Multiplayer part, I mean can I build a game exactly like Slither.IO in Construct 2?
I haven't experimented with the multiplayer features enough to tell you for sure, but I believe it can handle such projects.
fm4fanAT
glerikud
Thanks for the great replies. Has anyone experimented with the multiplayer features enough to say for sure???
Develop games in your browser. Powerful, performant & highly capable.
It's doable.
There will be a limitation of the number of players you can have in each room.
Also a lot of instances/ body parts will slow things.
newt
Thanks, great info!!! Maybe I'll give it a try. )))))
Hope it works...
[quote:2195oxxy]Here is a tutorial and the capx for a snake version that is almost like slither.io - without the multiplayer part.
I don't see a link to the tutorial and capx but would really like to see it?
mattdaly - oops
In the tutorial section there are different versions (with capx)
The classic way is with arrays, but there is also a version very similar to slither.io
https://www.scirra.com/tutorials/search?q=snake
Do you know anything about the limitations of peer number in rooms?
Google says about 255.
That will be greatly limited by the number of instances each snake makes.
1 snake with 50 parts x 10 =?
seewutimean
Google says about 255. That will be greatly limited by the number of instances each snake makes. 1 snake with 50 parts x 10 =? seewutimean
I don't think that snake length should affect number of peers, however, performance would be something to adjust for if the host computer lags at a certain point.
The game got lucky, any clones will not do as well. Just giving you a heads up.
mattdaly - oops In the tutorial section there are different versions (with capx) The classic way is with arrays, but there is also a version very similar to slither.io https://www.scirra.com/tutorials/search?q=snake
Thanks for the link.