# Hey! Can't share my game?

**URL:** https://forum.makecode.com/t/hey-cant-share-my-game/30356
**Category:** Help
**Created:** [August 29, 2024, 4:49pm UTC](https://forum.makecode.com/t/hey-cant-share-my-game/30356 "2024-08-29T16:49:02Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![MichaelsMakecode](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/michaelsmakecode/32/15090_2.png) [@MichaelsMakecode](https://forum.makecode.com/u/MichaelsMakecode)
#### Post date: [August 29, 2024, 4:49pm UTC](https://forum.makecode.com/t/hey-cant-share-my-game/30356/1 "2024-08-29T16:49:03Z")

</div>

Hello! Been working on my game, and want a link to share with my friends. However whenever I attempt to “Share Project” it responds that I am not connected to the internet.

 ![image](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/3X/8/5/85838207ff1759bd7cbe7fc2d2368114cba6b870.png)  
Something strange is that I have tried to do this both at school on my Chromebook and now on my home laptop, and it hasn’t worked either time. Anyone have any info?

---

<div class="post-metadata">

### Author: ![Bifrosty](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/bifrosty/32/24819_2.png) [@Bifrosty](https://forum.makecode.com/u/Bifrosty)
#### Post date: [August 30, 2024, 10:52pm UTC](https://forum.makecode.com/t/hey-cant-share-my-game/30356/2 "2024-08-30T22:52:50Z")

</div>

I have had the same thing happen to me it turned out to be due to tile map duplication which caused some sort of corruption. Another possible reason is because you have an asset or variable that is considered a bad word. Even “Crap” can trigger this, so be careful. I believe the first thing is more likely though, I don’t know how to fix it if it is the first thing.

---

<div class="post-metadata">

### Author: ![MichaelsMakecode](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/michaelsmakecode/32/15090_2.png) [@MichaelsMakecode](https://forum.makecode.com/u/MichaelsMakecode)
#### Post date: [September 1, 2024, 8:40pm UTC](https://forum.makecode.com/t/hey-cant-share-my-game/30356/3 "2024-09-01T20:40:20Z")

</div>

Hello! I think it may be the first issue, but I’ve made a copy and deleted all of the tilemaps and I still can’t share. However if I look in my assets all my tilemaps are still there. Is there any way to actually delete tile maps from your assets? Or how else would I solve this?

---

<div class="post-metadata">

### Author: ![MichaelsMakecode](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/michaelsmakecode/32/15090_2.png) [@MichaelsMakecode](https://forum.makecode.com/u/MichaelsMakecode)
#### Post date: [September 1, 2024, 8:40pm UTC](https://forum.makecode.com/t/hey-cant-share-my-game/30356/4 "2024-09-01T20:40:55Z")

</div>

This is quite urgent because this is by far my largest game and friends at school are waiting for me too update it lol

---

<div class="post-metadata">

### Author: ![AlexK](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/alexk/32/33339_2.png) [@AlexK](https://forum.makecode.com/u/AlexK)
#### Post date: [September 1, 2024, 8:50pm UTC](https://forum.makecode.com/t/hey-cant-share-my-game/30356/5 "2024-09-01T20:50:14Z")

</div>

See if you’re able to download a copy of your project. Select the **Save** button to give it a try. It’s the button between the project name box and the GitHub button.

![image](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/3X/b/d/bd12c5c46a69c2fb393afe9bd9165ae77acb4095.png)

The big, orange **Download** button might also work for you, depending on how you have configured your editor.

If you’re able to download your project, then upload it here and I’ll see what I can do. The file may look like an image file, and that’s a good thing… Your code is magically stored inside of the image file. If you get a UF2 file instead, then that will work, too.

Keep us posted!

---

<div class="post-metadata">

### Author: ![MichaelsMakecode](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/michaelsmakecode/32/15090_2.png) [@MichaelsMakecode](https://forum.makecode.com/u/MichaelsMakecode)
#### Post date: [September 2, 2024, 8:41pm UTC](https://forum.makecode.com/t/hey-cant-share-my-game/30356/6 "2024-09-02T20:41:35Z")

</div>

![arcade-Circles-Squares-Origins-Chapter-3-Beta- (1)](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/3X/5/d/5d77d4b0940a6c06975ae74abf9442da1ab5d590.png)

Here you go! Thank you guys for your help! 😀

---

<div class="post-metadata">

### Author: ![AlexK](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/alexk/32/33339_2.png) [@AlexK](https://forum.makecode.com/u/AlexK)
#### Post date: [September 3, 2024, 2:46am UTC](https://forum.makecode.com/t/hey-cant-share-my-game/30356/7 "2024-09-03T02:46:19Z")

</div>

@richard I’m getting a bunch of these errors when trying to share this project. Probably related to what @Bifrosty mentioned earlier in this thread.

 ![image](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/3X/9/e/9e078b996167208d27820964c8b97dfd60d51ed4.png)

Is there a good way to clean these up?

---

<div class="post-metadata">

### Author: ![richard](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/richard/32/5417_2.png) [@richard](https://forum.makecode.com/u/richard)
#### Post date: [September 4, 2024, 6:05pm UTC](https://forum.makecode.com/t/hey-cant-share-my-game/30356/8 "2024-09-04T18:05:46Z")

</div>

@AlexK not sure why those are happening, but they shouldn’t cause any issues with sharing

---

<div class="post-metadata">

### Author: ![MichaelsMakecode](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/michaelsmakecode/32/15090_2.png) [@MichaelsMakecode](https://forum.makecode.com/u/MichaelsMakecode)
#### Post date: [September 5, 2024, 10:01pm UTC](https://forum.makecode.com/t/hey-cant-share-my-game/30356/9 "2024-09-05T22:01:53Z")

</div>

Have any ideas for a solution?

---

<div class="post-metadata">

### Author: ![Greenray4567](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/greenray4567/32/19341_2.png) [@Greenray4567](https://forum.makecode.com/u/Greenray4567)
#### Post date: [January 29, 2025, 6:25pm UTC](https://forum.makecode.com/t/hey-cant-share-my-game/30356/10 "2025-01-29T18:25:32Z")

</div>

This happen to me. Do you know any ways to stop it?

 ![Screen Shot 2025-01-29 at 06.33.28](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/3X/9/9/99202c8ea60f2af5242a64e9b1773b68680123d2.png)
