# Bear Quest v1.0

**URL:** https://forum.makecode.com/t/bear-quest-v1-0/1431
**Category:** Show & Tell
**Created:** [March 17, 2020, 4:54am UTC](https://forum.makecode.com/t/bear-quest-v1-0/1431 "2020-03-17T04:54:25Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![notbears](https://avatars.discourse-cdn.com/v4/letter/n/e8c25b/32.png) [@notbears](https://forum.makecode.com/u/notbears)
#### Post date: [March 17, 2020, 4:54am UTC](https://forum.makecode.com/t/bear-quest-v1-0/1431/1 "2020-03-17T04:54:25Z")

</div>

> **[Bear Quest](https://arcade.makecode.com/49433-55718-97292-50517)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

You’re in your cave getting ready for hibernation when you realize you’re all out of food. Better get foraging.

This is a RPG I’ve been working on Mostly just movement and animation right now. Figuring out some things to expand the available places to explore. Enjoy.

---

<div class="post-metadata">

### Author: ![jwunderl](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/jwunderl/32/5308_2.png) [@jwunderl](https://forum.makecode.com/u/jwunderl)
#### Post date: [March 17, 2020, 5:42am UTC](https://forum.makecode.com/t/bear-quest-v1-0/1431/2 "2020-03-17T05:42:12Z")

</div>

The art in there is lovely (especially the start screen)!

One minor thing, you might try setting the background color for outside - it will show up behind any clear spots in the tile map (like behind the trees); e.g. when making the outdoors, if you `scene.setBackgroundColor(0x6)` to set it to the grass color it’ll look like this:

![image](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/1X/344b16fbf67b1c22d6dcefaefe67f314f5e161e0.png)

without the extra black border behind the grass 🙂

---

<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: [March 17, 2020, 4:28pm UTC](https://forum.makecode.com/t/bear-quest-v1-0/1431/3 "2020-03-17T16:28:04Z")

</div>

Wow! I love the house and its interior
