Why is it going strait to Level 2?

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. :confused:

1 Like

Who made it? How did you get it @GameGod?

Found it!

2 Likes

I forgot how to search things up on GitHub

1 Like


1 Like

Oh thank god

1 Like

I’m looking around Github and there is literally nothing I see that I can do. Is it just to save games?

1 Like

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.

2 Likes

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.

1 Like

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).


[1] https://github.com/about

2 Likes

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.

1 Like

@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.

2 Likes

@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!

2 Likes

Thanks!

1 Like