is it the 8x8 .ts file?
Never mind. It looks like an update more than an extension.
Itâs an extension that allows you to set a 8x8 tilemap in blocks.
I just canât find it.
Who made it? How did you get it @GameGod?
Found it!
I forgot how to search things up on GitHub
Oh thank god
Iâm looking around Github and there is literally nothing I see that I can do. Is it just to save games?
OoooooooooooooâŚGithub is used to save your skin when you mess up your code so badly that undo canât fix it.
Just kidding, but it actually does do that too.
So what do you do on it? Just save your games so they wonât be lost and they also help you debug some stuff as well? This is all very confusing for meâŚ
I just copy and pasted the 8x8 code.
Yes.
I didnât use an extension.
Thanks for taking up the hunt, @UnsignedArduino!
@Dreadmask197: GitHub considers itself a âcommunity where more than 50 million* people learn, share, and work together to build software.â[1] GitHub, along with other communities like BitBucket and Azure DevOps Services, is a service that people use to store and to share code. For example, the MakeCode team stores and works together on the code for MakeCode Arcade at GitHub. (https://github.com/microsoft/pxt-arcade)
MakeCode Arcade (and most of the other MakeCode editors now) also can use GitHub to store and collaborate on code. You can learn more in the MakeCode Arcade documentation (https://arcade.makecode.com/github).
So you can store code so it wonât be lost (which I donât know how to do) and you can share code with debug as well (which I donât know how to do that either,) but it sounds cool. Iâve had an account since August I think and still have no idea how to use it.
@GameGod: I loaded the extension in MakeCode Arcade and it seems to be working properly. That may be why your game isnât working correctly.
Delete the 8x8.ts
file from your project. (Youâll need to switch to JavaScript mode to do that.) Then, add the extension to your project. (Search for https://github.com/riknoll/small-tilemaps in the list of extensions.) You may need to recreate your tile maps after adding the extension.
@Dreadmask197 : I havenât gotten to that part of my book yet, but Iâll see if I can put together a small tutorial on GitHub.
Thanks @AlexK! And Thanks @UnsignedArduino For helping me with github guys!
Thanks!