# Game "Ring of fire"

**URL:** https://community.thunkable.com/t/game-ring-of-fire/2631386
**Category:** Questions about Thunkable X
**Tags:** beginner
**Created:** [October 6, 2023, 2:39pm UTC](https://community.thunkable.com/t/game-ring-of-fire/2631386 "2023-10-06T14:39:48Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![pg5036870](https://avatars.discourse-cdn.com/v4/letter/p/46a35a/32.png) [@pg5036870](https://community.thunkable.com/u/pg5036870)
#### Post date: [October 6, 2023, 2:39pm UTC](https://community.thunkable.com/t/game-ring-of-fire/2631386/1 "2023-10-06T14:39:49Z")

</div>

I’m trying to build a well-known drinking game “Ring of fire”.

For that, I already made a spreadsheet with a deck of cards’ data where for each card there is a rule and a picture.

On thunkable, i made a screen with an image, a label and a button. When the screen opens, I want the app choses randomly one card from data and their information appears in their place. After that, the player can press the button “Next player” and it is chosen another card from data, but without considering the card that already appeared.

But I’m struggling with the blocks, and I have no idea how to do that, can you please give me some help?

---

<div class="post-metadata">

### Author: ![steve\_synopsis](https://avatars.discourse-cdn.com/v4/letter/s/48db29/32.png) [@steve\_synopsis](https://community.thunkable.com/u/steve_synopsis)
#### Post date: [October 6, 2023, 3:09pm UTC](https://community.thunkable.com/t/game-ring-of-fire/2631386/2 "2023-10-06T15:09:11Z")

</div>

You will have to create a datasource - either local or Google Sheets and use the Datasource block to retrieve a row using the Get Row Object block. For the row id, you use a variable which contains a random number using the Random integer block.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/f/0f59f292712368bce16ff80133ae10de8a6f27e8.png) [@system](https://community.thunkable.com/u/system)
#### Post date: [January 4, 2024, 3:09pm UTC](https://community.thunkable.com/t/game-ring-of-fire/2631386/3 "2024-01-04T15:09:59Z")

</div>

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
