# Creating an "Items Store" for a game

**URL:** https://community.glideapps.com/t/creating-an-items-store-for-a-game/426
**Category:** Ask for Help
**Created:** [September 19, 2019, 10:13pm UTC](https://community.glideapps.com/t/creating-an-items-store-for-a-game/426 "2019-09-19T22:13:42Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Mr\_Watkin](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mr_watkin/32/349_2.png) [@Mr\_Watkin](https://community.glideapps.com/u/Mr_Watkin)
#### Post date: [September 19, 2019, 10:13pm UTC](https://community.glideapps.com/t/creating-an-items-store-for-a-game/426/1 "2019-09-19T22:13:43Z")

</div>

hello! first off- here’s my app: [guardians.glideapp.io](http://guardians.glideapp.io)

I’m a teacher with a gasified class. Students earn gold which is listed on their profiles. I want to make a page which allows students to select their name from the drop down, chose an item, and purchase- then have the “gold cost” subtracted from their current gold total.

HELP?! Where should I start?

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [October 12, 2019, 7:48pm UTC](https://community.glideapps.com/t/creating-an-items-store-for-a-game/426/2 "2019-10-12T19:48:20Z")

</div>

I’m going though some old posts I bookmarked. Have a look at my Currency example. I think it would have what you are looking for if you haven’t implemented something already.

[https://concepts.glideapp.io/](https://concepts.glideapp.io/)

---

<div class="post-metadata">

### Author: ![Mr\_Watkin](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mr_watkin/32/349_2.png) [@Mr\_Watkin](https://community.glideapps.com/u/Mr_Watkin)
#### Post date: [October 14, 2019, 6:03pm UTC](https://community.glideapps.com/t/creating-an-items-store-for-a-game/426/3 "2019-10-14T18:03:04Z")

</div>

This is definitely next on my agenda. Would take things next level.

---

<div class="post-metadata">

### Author: ![Christopher\_Breen](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/christopher_breen/32/649_2.png) [@Christopher\_Breen](https://community.glideapps.com/u/Christopher_Breen)
#### Post date: [October 15, 2019, 2:00am UTC](https://community.glideapps.com/t/creating-an-items-store-for-a-game/426/4 "2019-10-15T02:00:27Z")

</div>

Could the Currency transfer idea be used in my text based CYOA to be used for items found in game and added to an inventory

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [October 15, 2019, 4:10am UTC](https://community.glideapps.com/t/creating-an-items-store-for-a-game/426/5 "2019-10-15T04:10:31Z")

</div>

I don’t see why not. Instead of Price, you could treat it as a quantity. The way I have it designed, I’m using a filter to hide the item once it’s purchased, so it wouldn’t show up again once it’s picked up. I would image that the Balance for a user could be changed to the name of an item and could probably be split up into multiple items. This would contain the total quantity for an item. The formula would just need to be modified for each item to find a matching item and the current owner in the Items sheet to accumulate the total. Anything is possible.

---

<div class="post-metadata">

### Author: ![Lucas\_Palmeira](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/lucas_palmeira/32/4677_2.png) [@Lucas\_Palmeira](https://community.glideapps.com/u/Lucas_Palmeira)
#### Post date: [April 21, 2020, 4:47am UTC](https://community.glideapps.com/t/creating-an-items-store-for-a-game/426/6 "2020-04-21T04:47:31Z")

</div>

Hello Mr. Mark, I would like to know more about your app, sorry for my English, I am Brazilian and I also developed an application to carry out a gamification with my students. but I didn’t get many things, that you have in your app that I wanted in mine. Couldn’t we do a remote knowledge exchange activity?

---

<div class="post-metadata">

### Author: ![Glider](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/glider/32/9699_2.png) [@Glider](https://community.glideapps.com/u/Glider)
#### Post date: [July 13, 2020, 8:03pm UTC](https://community.glideapps.com/t/creating-an-items-store-for-a-game/426/7 "2020-07-13T20:03:39Z")

</div>

check out @Robert_Petitto app  
[itemstore.glideapp.io](http://itemstore.glideapp.io)
