the shell https://makecode.com/_4Vb3k32b2TtM
maybe this can be 2 payers like super mario kart
That is the plan. Just that we are first making the rest playable.
@Agent_14 did you see my character
Well, I need to make it into a kart driver, it may take a whileā¦
I really donāt know anything bout fortnite cause I really donāt like. Also please try to stay a little more on topic.
Ok Iāll get on with the shell! Canāt wait for the game.
@Agent_14 i was on youtube looking for stuff to help me think of a idea of making a game but then i found this https://www.youtube.com/channel/UCbfo0DcZ4xwyEsm-zlT92mg is this your youtube channel
Yas
hello! i have seen the whole conversation and i want to be added as a playable character https://makecode.com/_3dUit7i6z4Cy (car and character) also can i make the blue shell?
Iām working on a new version of my mode 7 project that can do perspective transformations, for now it looks a little warped but Iāll fix it.
Now itās done but Iāll keep improving it
Nice! Unfortunately it may be difficult to get it running at good performance on mobile hardware. My PyGamer claims your āMode 7 with perspectiveā demo is running at 0.4 fps :-/
This could be sped up by moving to integer math and avoiding divides in the inner loop, but I think itās still going to be a strain unless thereās low-level runtime support for perspective texture lookup. Thereās blitRow (see Is it possible to write directly to screen (pixels) on the Arcade? - #8 by mmoskal), but that canāt do perspective correction as far as I know.
Floating point math is 10-100x slower than integer math, so you may be able to get something half-decent even while writing every single pixel from TypeScript.
(from https://www.microsoft.com/en-us/research/uploads/prod/2019/09/static-typescript-draft2.pdf )
Well, I donāt have hardware to test it, and I am still learning JS, but maybe this optimization can be a good exerciseā¦
Iāll try it!
tho i have an mobile device that has (usually) less than 200, i once got 130 ping (kinda)
and i think it would be better if it had like a warning before entering that says āWarning! This game is laggy on low end devices, proceed with cautionā or something like dat
I made a version of āmode 7 with perspectiveā that has rotation also.
Mode 7 with perspective and rotation
okei (spanish ok)
Yeah, actually Iām refactoring the entire code, since itās a bunch of mashed together projects and it ended up being pretty slow on hardware.
Hey, @Agent_14, have you done anything for the game