[Extension] arcade-split-screen

@soloslayer that’s something we’re thinking about adding, but it’s impossible to do that from an extension today. It needs to be done in MakeCode itself

3 Likes

ok, thank you for the answer

2 Likes

you should make this able to split screen the ray casting and make it where you can change the screen to split horizontally screen

2 Likes

It appears like it will not be supported:

Plus it would be pretty small then lol.

4 Likes

is there a way for it to split screen horizontally instead of vertically

2 Likes

Does it work with the raycasting extension?

2 Likes

The raycasting extension draws directly to the screen, and the performance would suffer so it’s not currently possible to do (and it most likely won’t be implemented).

3 Likes

so i used this on one of my games and for some reason using the extension keeps crashing it please help

2 Likes

@helpme can you give me a link to your project? I can’t diagnose the issue if I can’t see the code.

2 Likes

this extension does not work for me it just says failed to cast on undefiened

2 Likes

@uhhhhh please share a link to your project

2 Likes

i found how to fix it

2 Likes

now all we need is 4 player split screen for the online multiplayer

3 Likes

This is SO awesome! Can I ask why this hasn’t been integrated beyond an extension and added as a default code block/category?

3 Likes

@shoryuken we try to be very picky about what blocks we add to the default categories. Adding more is nice for power users, but it can be pretty intimidating to someone who is using arcade for the first time. That’s why we break extra functionality like this out into extensions.

I should probably make this an “official” extension, though, since people seem to like it. Then it will at least show up in the default list in the extension page.

4 Likes

i just needed a tilemap

3 Likes

https://arcade.makecode.com/S78129-52834-32092-55134 here, sorry for responding late i was in florida

3 Likes

Does this work with more than 2 players? Would this be too resource-expensive to attempt on hardware?

3 Likes

@Salex currently it’s only two players, but I’ll add support for more at some point! should be fine on hardware

5 Likes

@richard do you think you could add more effect blocks into the split screen extension pls? Like a “shake split camera by (num) pixels for (num) seconds” block?

4 Likes