# How to save high score?

**URL:** https://discourse.processing.org/t/how-to-save-high-score/17566
**Category:** Coding Questions
**Tags:** homework
**Created:** [February 5, 2020, 4:05pm UTC](https://discourse.processing.org/t/how-to-save-high-score/17566 "2020-02-05T16:05:21Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![nati1704](https://avatars.discourse-cdn.com/v4/letter/n/c57346/32.png) [@nati1704](https://discourse.processing.org/u/nati1704)
#### Post date: [February 5, 2020, 4:05pm UTC](https://discourse.processing.org/t/how-to-save-high-score/17566/1 "2020-02-05T16:05:21Z")

</div>

Hey,  
I have to make a little game for school project.  
I have little problem - I have no idea how to save a high score

I need a txt document right, but how do I insert data from the document into the game?

Thanks

---

<div class="post-metadata">

### Author: ![glv](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/glv/32/18785_2.png) [@glv](https://discourse.processing.org/u/glv)
#### Post date: [February 6, 2020, 2:36am UTC](https://discourse.processing.org/t/how-to-save-high-score/17566/2 "2020-02-06T02:36:29Z")

</div>

Hello,

Explore some of the tutorials on the [Processing website](https://processing.org/).  
.

---

<div class="post-metadata">

### Author: ![Chrisir](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/chrisir/32/45_2.png) [@Chrisir](https://discourse.processing.org/u/Chrisir)
#### Post date: [February 6, 2020, 6:50am UTC](https://discourse.processing.org/t/how-to-save-high-score/17566/3 "2020-02-06T06:50:54Z")

</div>

You could look at the data tutorial I guess

Also look at loadTable Table and so on
