I need help on a 2d version of Fortnite without builds. That means it will be an online game with different users. The users are going to be an elipse so you can see them. If anyone could make builds, make it 3d, or both, that will be great!
I need help
birthdayboy224Lvl 2
- Windows
isn't that just suroi.io?
well if anyone could help with builds or 3d or both, then it wouldn't be, but ig as 2d no builds it is.
DragonFireGamesLvl 11
that sounds ambitious
VarrienceLvl 25
active RTM is the issue, i suggest more of a persona active turn based games would be more viable with how rate limited the keys are you'd be lucky to get a 2 player version of what you want to run
- iPhone
A game like that could be complicated, and u would need a loop accessing an array of key values for different player locations and use those locations for the ellipse.
var playerCoords = [];
for(var i = 0; i < playerCoords.length; i++) {
//some key-value code
}
DragonFireGamesLvl 11
- Edited
A good place to start would be my slither.io clone:
https://studio.code.org/projects/gamelab/I_8iYOH6mD2qK2mcjZrm9fVTy5aoKqdcUZ_PHcSrmH4/view
It can handle like 3 players and is still quite laggy and disconnects sometimes.
gZanyLvl 2
- Windows
DragonFireGames You should port it to scratch since you can have cloud variables which can handle up to 10 players with a lot less lag. Unfortunately, you may have to figure out how to use cloud variables on your own since I have little to no experience with them.
DragonFireGamesLvl 11
gZany Well, it's actually inspired by a scratch game: https://scratch.mit.edu/projects/927038296
DragonFireGamesLvl 11
More effective would be to use a backend running on render or something and to do all the requests using loadImage()
ackvonhuelioLvl 41
u can use my keyvalue library which dumbs down keyvalues for ease of use if u want
https://studio.code.org/projects/gamelab/g-h_XyGwTPQLTsHYwXblL9VuQBYxsewwtxk6pundHAE/view
birthdayboy224Lvl 2
- Windows
ackvonhuelio why does the toggle on/off switch multiple times when you click the draggable thing on top of it?
ackvonhuelioLvl 41
birthdayboy224
dunno
ty guys alot! my friend, cool said he could help also. he is a really good coder at only the age of 11!
for now, I might just learn the basics of making an online game
Yeah can't really help with that srry